System programming MCQ Quiz Hub

SYSTEMS PROGRAMMING /PROGRAMMING LANGUAGES MCQ SET 2

Choose a topic to test your knowledge and improve your System programming skills

1. Programming language 'FORTRAN' stands for




2. In statement 110 IF Num = INT(Num) THEN PRINT "Whole number' "of BASIC language, built-in function is




3. An instruction which tells assembler how to deal with whole program is classified as




4. In COMAL language programs, variables in program procedure are declared local using




5. Functions used in programs that are defined by programmers are called




6. An assembler translates




7. Name given by a programmer to some data is classified as




8. Comments used to make program easier are also called as




9. In line "100 INPUT NUM" of a BASIC program, 'INPUT NUM' is




10. When variable used in program is whole number, variable is stored as




11. Statement in BASIC language 150 IF A1=A2 THEN ComparisonINR ="EQUAL" is an example of




12. To made program more easier to understand, programmers can




13. . In line '300 IF NAMEINR ="***" THEN Average= Total Mark/N' of BASIC program, "***" is classified as




14. In programming, programmers used comments to




15. Programming language 'COMAL' stand for




16. In line '200 IF NAMEINR ="***" THEN Average= Total Mark/N' of BASIC program, NAMEINR is classified as




17. Third component in algorithms is classified as




18. Variable which uses same name in whole program and in its all routines thus best classified as




19. Statement used to made choice between different options and only option is to be performed is written as




20. In programming language BASIC, statement ends with REM are considered as




21. Technique of using fixed words for machine code functions is classified as




22. When there is range of numbers involved in a program, it can be stored as




23. In unstructured programming language BASIC, program can be divided into the




24. Type of program which can be run on different types of computer by making little changes into it is classified as




25. In high level programming language Pascal, each program statement ends with the




26. Program functions that are readily available to users of specific language are called




27. Program routine which is used by one or more computer programs is classified as




28. Variable with a restricted name in only one subroutine program is classified as




29. In COMAL programming language, a WHILE loop must ends with




30. When source program is translated it is classified as




31. In Pascal and COMAL programming language, symbol ':=' is used for




32. Main type of functions does not includes




33. Programming language 'BASIC' is used for the




34. 'object program' is also called




35. In high level programming language, instructions used to supply value in an expression are classified as




36. Data structure in which all elements have similar name is considered as




37. Number of subscript which is attached to every element in array is classified as




38. In programming language COMAL, symbol of '//' is used instead of




39. COMAL language statement '//PROGRAM : Input three numbers and print average//' shows




40. Computer programming language which is based on problems solved is called




41. Loop which is tested at least once in case condition does not fulfilled is classified as




42. First component in algorithms is




43. In programming language BASIC, area is calculated as




44. Program used for interactive computing is




45. All numbers including decimals are classified as




46. Loop statement used in program to continue repetition until some condition is met is classified as




47. Group of all special characters such as digits and letters are classified as




48. In programming a single instruction is classified as




49. Program style and must be written in




50. Loop statement used in program to continue repetition until some condition is met is classified as




51. In programming a single instruction is classified as




52. Program style and must be written in




53. In line 100 INPUT NUM: PRINT 3.1*NUM*NUM+5" of a BASIC program, ' PRINT 3.1 and 5' are classified as