CIT215 List of eExam Questions in the Bank

Latex formatted questions may not properly render

Q1 A program heading is for definitions and

Q2 The words INPUT and OUTPUT are in this context called the Program

Q3 The word symbol VAR also indicates the beginning of the declarations of the names or identifiers to be used for _data.

Q4 are little programs you can embed into your web pages to be downloaded or run within the browsers of the page visitors.

Q5 are larger pictures having a number of hyperlinks embedded within them.

Q6 are used to divide your website into a set of separate areas, each of which can display a different file and be changed independently.

Q7 "!=" is an operator in C++ programming

Q8 " <" is a operator in C++ programming

Q9 " =" is an operator in C++ programming

Q10 "&&" is a operator in C++ programming

Q11 "&" is a operator in C++ programming

Q12 " < <" is a operator in C++ programming

Q13 "%" represents in C++ programming

Q14 "/" is an operator for in C++ programming

Q15 "+" is an operator

Q16 In C++ programming the fixed size of float is

Q17 In C++ programming the fixed size of double is

Q18 In C++ programming the fixed size of char is

Q19 In programming statements are used to specify the variable types.

Q20 The include lines are used to "include" the files.

Q21 In C++ programming, a comment is started using a

Q22 In order terminate the REPEAT loop, the digit is used

Q23 A C program is translated completely in machine code before it is executed. Thus C is instead of interpreted

Q24 An operation that transforms data is represented by in data flow diagram

Q25 Each statement of a Python program is translated to machine code as it is executed. Thus Python

Q26 shows the major elements of a program and their relationships to each other

Q27 software is used to remove Virus from the System.

Q28 words generally describe the operations to be performed by the computer

Q29 variables is defined as collections of characters

Q30 Character variable refers to memory locations containing

Q31 variables are simply those that represent numbers.

Q32 Generally in BASIC, variable names must start with a letter and can befollowed with

Q33 The BASIC Interpreter or Compiler handles variables as names of __.

Q34 remains one of the best programming tools gaining wide acceptance.

Q35 Dependence on program to always do what it has been designed to do is known as

Q36 are source codes that allow the insertion of notes within the source code in C++ programme

Q37 is the process of removing errors in your programs .

Q38 A positive, negative or zero number without a decimal point is called

Q39 Testing separate components or modules as they are being developed is called

Q40 The type of application that requires only a single data window is referred to

Q41 A pack of system programs that work together to control the operation of a computer system along with its resources is called

Q42 represents comments in a flowchart

Q43 is used to represent constants in Pascal.

Q44 Actions such as double-clicking an icon in a VB program are referred to as

Q45 is the statement that terminates a Pascal program

Q46 is a BASIC command used to clear the contents of a display

Q47 Another name for path programming is programming

Q48 GOTO statements can lead to code and is thus discouraged in structural programming languages

Q49 chart is a type of chart concerned with WHAT is done rather than HOW it is done

Q50 Input/Output activities are represented in flowcharts by using

Q51 is used to define constants using FORTRAN

Q52 BASIC keywords must appear when defining arrays with over 100 elements

Q53 is used to represent flow directions in a flowchart

Q54 is the BASIC statement used to transfer control to a program subroutine.

Q55 In an ANSI-style flowchart a rectangle with double vertical bars represents

Q56 represents terminal in ANSI-style flowcharts

Q57 4GL is also referred toas

Q58 is described as the documentation of all the work done in program development

Q59 The implementation of algorithms in specific programming languages is an activity in phase of program development

Q60 The phase of program development begins with recongizing a need for information by an organization or user is known as

Q61 The documentation of all the work done in program development is a vital aspect of a project





Q62 Actions such as double-clicking an icon in a VB program are referred to as which of the following?





Q63 In MATLAB, which command is used to clear the command window?





Q64 In Pascal, which of the following is the value of SQR(2)?





Q65 One of the major strengths of a computer is its ability to repeat selected instructions with different data.





Q66 Which of the following constructs is used for comments in Pascal programs?





Q67 In MATLAB, which command is used to list the current variables?





Q68 Which of the following statements terminates a Pascal program?





Q69 The WHILE ... DO statement is another iterative statement available in Pascal.





Q70 IF(D <4) can be translated into FORTRAN as which of the following?





Q71 A program characterized by one entry point and one exit point is called which of the following?





Q72 Which of the following is a valid INTEGER variable name in Fortran?





Q73 Comments in a flowchart are represented using which of the following?





Q74 X=INT(SQR(2)). Which of the following is the value of X in the BASIC program?





Q75 The 2 types of programs that make up an operating system are which of the following?





Q76 Y=SQR(2). Which of the following is the value of Y in the BASIC program?





Q77 In C++ programming the fixed size of jut is _______





Q78 A=10. WHILE (A <10){ PRINT "HI"; }. How many times will "HI" be printed by the program?





Q79 Which type of testing involves testing separate components of a program as they are being developed?





Q80 Another name for path programming is which of the following?





Q81 Each statement of a Python program is translated to machine code as it is executed. Thus Python is which of the following?





Q82 Which of the following structures characterizes repetition of operations in a program?





Q83 Which of the following is an example of a special purpose programming language?





Q84 Which of the following statements can lead to spaghetti code and is thus discouraged in structural programming languages?





Q85 In a Data flow diagram, which of the following represents a file or source of information?





Q86 Which chart type is concerned with WHAT is done rather than HOW it is done?





Q87 In a Data flow diagram, which of the following represents an operation that transforms data?





Q88 Preparation/Initialization activities are represented in flowcharts by which of the following symbols?





Q89 Processes in ANSI-style flowcharts are represented using which of the following shapes?





Q90 Which phase of program development begins with recongizing a need for information by an organization or user?





Q91 A C program is translated completely in machine code before it is executed. Thus C is which of the following?





Q92 Which of the following FORTRAN keywords is used to define constants?





Q93 Which of the following is not a category of selection structures?





Q94 Which of the following BASIC keywords must appear when defining arrays with over 100 elements?





Q95 Printed output in an ANSI-stype flowchart is represented using which of the following shapes?





Q96 Users make use of which of the following to navigate between webpages on a website?





Q97 An assembly language program with 5 instructions will produce how many machine language instructions when it is executed?





Q98 Which of the following is used to execute a BASIC program?





Q99 Which of the following techniques involves writing top level programs modules first and lower levels subsequently in descending order?





Q100 Flow directions in a flowchart are represented using which of the following?





Q101 Which of the following is considered the first high-level language?





Q102 A simple 4GL contains the following layers EXCEPT?





Q103 Which assertion is true under the execution of a step in an algorithm irrespective of the number of times the step is repeated?





Q104 Which of the following HTML tags marks the start of a new line?





Q105 Which criterion describes an algorithm in which each step must terminate after a finite number of steps?





Q106 Which of the following tags yields the largest font size in HTML?





Q107 A 3GL-style logical representation of an algorithm is called which of the following?





Q108 Forward slash(/) in HTML is an example of which of the following?





Q109 C++ statements can be _______ or executable





Q110 Which of the following symbols in BASIC is used to represent NOT EQUAL TO?





Q111 C++ programs can be said to majorly consist of the following except





Q112 Which of the following symbols is used in BASIC as an INPUT statement prompt?





Q113 In C++ programming the fixed size of long is _______





Q114 A rectangle with double vertical bars represents which of the following in an ANSI-style flowchart?





Q115 One of these is not a category of binary operators





Q116 Which of the following is NOT a common form of representing algorithms?





Q117 REPEAT and UNTIL statements act as delimiters in the same way as BEGIN and END statements.





Q118 The commonly used Pascal library functions and procedures are classified as follows except_______





Q119 The REPEAT statement is very similar to the WHILE statement





Q120 Which of the following describes the documentation of all the work done in program development?