Category: CIT215 0 CIT215 1 / 50 ________ variables is defined as collections of characters Check 2 / 50 A C program is translated completely in machine code before it is executed. Thus C is __________ instead of interpreted Check 3 / 50 Character variable refers to memory locations containing ________ Check 4 / 50 ________ shows the major elements of a program and their relationships to each other Check 5 / 50 In programming __________ statements are used to specify the variable types. Check 6 / 50 Comments in a flowchart are represented using which of the following? Open rectangle Hexagon Parallelogram Rectangle 7 / 50 In C++ programming, a comment is started using a ______ Check 8 / 50 The 2 types of programs that make up an operating system are which of the following? Control and command programs Processing and Function programs Database and file programs Control and processing programs 9 / 50 "!=" is an ________ operator in C++ programming Check 10 / 50 X=INT(SQR(2)). Which of the following is the value of X in the BASIC program? 0 1.414 1 4 11 / 50 Y=SQR(2). Which of the following is the value of Y in the BASIC program? 1.414 4 0 1 12 / 50 A program heading is for definitions and __________ Check 13 / 50 In order terminate the REPEAT loop, the digit ________ is used Check 14 / 50 _______ words generally describe the operations to be performed by the computer Check 15 / 50 " <" is a _________ operator in C++ programming Check 16 / 50 ________ software is used to remove Virus from the System. Check 17 / 50 An operation that transforms data is represented by _____ in data flow diagram Check 18 / 50 "%" represents ________ in C++ programming Check 19 / 50 In Pascal, which of the following is the value of SQR(2)? 1 0 4 1.414 20 / 50 In MATLAB, which command is used to clear the command window? edit dc cls clr 21 / 50 The documentation of all the work done in program development is a vital aspect of a project Partially Disagree Unsure Agree 22 / 50 "+" is an _________ operator Check 23 / 50 A program characterized by one entry point and one exit point is called which of the following? Complete Proper Valid Modularized 24 / 50 A=10. WHILE (A<10){ PRINT "HI"; }. How many times will "HI" be printed by the program? 0 11 10 1 25 / 50 Which of the following statements terminates a Pascal program? END; END. END END, 26 / 50 __________ are little programs you can embed into your web pages to be downloaded or run within the browsers of the page visitors. Check 27 / 50 Which of the following is a valid INTEGER variable name in Fortran? B2 JOS DAY A1 28 / 50 In C++ programming the fixed size of double is _______ Check 29 / 50 In C++ programming the fixed size of char is ________ Check 30 / 50 Actions such as double clicking an icon in a VB program are referred to as which of the following? CLICKS COMMANDS EVENTS ACTIONS 31 / 50 " < <" is a operator in C++ programming Check 32 / 50 In C++ programming the fixed size of jut is _____ 5 2 3 4 33 / 50 The WHILE ... DO statement is another iterative statement available in Pascal. Disagree Agree Unsure Partially 34 / 50 The words INPUT and OUTPUT are in this context called the Program _________ Check 35 / 50 __________ are used to divide your website into a set of separate areas, each of which can display a different file and be changed independently Check 36 / 50 " =" is an ________ operator in C++ programming Check 37 / 50 Which type of testing involves testing separate components of a program as they are being developed? Integration testing System testing User testing Unit testing 38 / 50 One of the major strengths of a computer is its ability to repeat selected instructions with different data. Unsure Disagree Partially Agree 39 / 50 Each statement of a Python program is translated to machine code as it is executed. Thus Python is which of the following? Assembled Interpreted Compiled None of the options 40 / 50 Another name for path programming is which of the following? backtracking programming Sequence programming driver programming Line programming 41 / 50 IF(D<4) can be translated into FORTRAN as which of the following? IF(D<4) IF(D.LE.4) IF(D.LT.4) IF(D$<4) 42 / 50 Each statement of a Python program is translated to machine code as it is executed. Thus Python ________ Check 43 / 50 In C++ programming the fixed size of float is _________ Check 44 / 50 "&" is a ________ operator in C++ programming Check 45 / 50 The word symbol VAR also indicates the beginning of the declarations of the names or identifiers to be used for _________data Check 46 / 50 "&&" is a _______ operator in C++ programming Check 47 / 50 "/" is an operator for ________ in C++ programming Check 48 / 50 The include lines are used to "include" the ________ files Check 49 / 50 ______________ are larger pictures having a number of hyperlinks embedded within them. Check 50 / 50 Which of the following constructs is used for comments in Pascal programs? REM COM {} () Restart quiz Rate this quiz Send feedback