Cit215 2017

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 11

7/20/2017 Untitled Document

 eExam Question Bank

Coursecode:

Choose Coursecode

Delete Selected Questions Assign Selected Questions to eExam

Show 150 entries

Search:

Question
Type  Question  A  B  C  D  Answer  Remark 

eExam
FBQ A program heading is for Declarations.
definitions and

eExam
FBQ The words INPUT and Parameters
OUTPUT are in this context
called the Program

eExam
FBQ The word symbol VAR also Variable
indicates the beginning of
the declarations of the
names or identifiers to be
used for

_data.

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

eExam
FBQ Image maps
are larger pictures having a
number of hyperlinks
embedded within them.

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

eExam
FBQ "!=" is an Equality

operator in C++
programming

eExam
FBQ " <" is a Relational

operator in C++
programming

http://www.tmanouonline.net/activate_eexam.php?coursecode=CIT215&stid=172&pid=T 1/11
7/20/2017 Untitled Document

eExam
FBQ " =" is an Assignment

operator in C++
programming

eExam
FBQ "&&" is a Logical

operator in C++
programming

eExam
FBQ "&" is a Bitwise

operator in C++
programming

eExam
FBQ " < <" is a Shift

operator in C++
programming

eExam
FBQ "%" represents Remainder

in C++ programming

eExam
FBQ "/" is an operator for Division

in C++ programming

eExam
FBQ "+" is an Additive

operator

eExam
FBQ In C++ programming the 4
fixed size of float is

eExam
FBQ In C++ programming the 8
fixed size of double is

eExam
FBQ In C++ programming the 1
fixed size of char is

eExam
FBQ In programming Declaration

statements are used to


specify the variable types.

eExam
FBQ The include lines are used Header
to "include" the

files.

eExam
FBQ In C++ programming, a Backslash
comment is started using a

http://www.tmanouonline.net/activate_eexam.php?coursecode=CIT215&stid=172&pid=T 2/11
7/20/2017 Untitled Document

eExam
FBQ In order terminate the 0
REPEAT loop, the digit

is used

eExam
FBQ A C program is translated Compiled
completely in machine code
before it is executed. Thus
C is

instead of interpreted

eExam
FBQ An operation that Circle
transforms data is
represented by

in data flow diagram

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

eExam
FBQ Structure chart Structured
shows the major elements chart
of a program and their
relationships to each other

eExam
FBQ Antivirus
software is used to remove
Virus from the System.

eExam
FBQ Reserved
words generally describe
the operations to be
performed by the computer

eExam
FBQ String
variables is defined as
collections of characters

eExam
FBQ Character variable refers to Character Character
memory locations strings string
containing

eExam
FBQ Numeric
variables are simply those
that represent numbers.

eExam
FBQ Generally in BASIC, Numbers
variable names must start
with a letter and can
befollowed with

http://www.tmanouonline.net/activate_eexam.php?coursecode=CIT215&stid=172&pid=T 3/11
7/20/2017 Untitled Document

eExam
FBQ The BASIC Interpreter or Memory
Compiler handles variables locations
as names of

__.

eExam
FBQ BASIC
remains one of the best language
programming tools gaining
wide acceptance.

eExam
FBQ Dependence on program to Reliability
always do what it has been
designed to do is known as

eExam
FBQ comments
are source codes that allow
the insertion of notes within
the source code in C++
programme

eExam
FBQ Debugging
is the process of removing
errors in your programs .

eExam
FBQ A positive, negative or zero Integer
number without a decimal Constant
point is called

eExam
FBQ Testing separate Unit testing
components or modules as
they are being developed is
called

eExam
FBQ The type of application that Simple- Simple
requires only a single data Document Document
window is referred to Interface Interface

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

eExam
FBQ Open
represents comments in a rectangle
flowchart

eExam
FBQ CONST
is used to represent
constants in Pascal.

http://www.tmanouonline.net/activate_eexam.php?coursecode=CIT215&stid=172&pid=T 4/11
7/20/2017 Untitled Document

eExam
FBQ Actions such as double- EVENTS
clicking an icon in a VB
program are referred to as

eExam
FBQ END.
is the statement that
terminates a Pascal
program

eExam
FBQ CLS
is a BASIC command used
to clear the contents of a
display

eExam
FBQ Another name for path Backtracking
programming is

programming

eExam
FBQ GOTO statements can lead Spaghetti
to

code and is thus


discouraged in structural
programming languages

eExam
FBQ HIPO
chart is a type of chart
concerned with WHAT is
done rather than HOW it is
done

eExam
FBQ Input/Output activities are Parallelogram
represented in flowcharts
by using

eExam
FBQ CONST
is used to define constants
using FORTRAN

eExam
FBQ DIM
BASIC keywords must
appear when defining
arrays with over 100
elements

eExam
FBQ Flowlines
is used to represent flow
directions in a flowchart

eExam
FBQ GOSUB
is the BASIC statement
used to transfer control to a
program subroutine.

http://www.tmanouonline.net/activate_eexam.php?coursecode=CIT215&stid=172&pid=T 5/11
7/20/2017 Untitled Document

eExam
FBQ In an ANSI-style flowchart a Predefined
rectangle with double process
vertical bars represents

eExam
FBQ Oval
represents terminal in
ANSI-style flowcharts

eExam
FBQ 4GL is also referred toas VHLLs

eExam
FBQ Program
is described as the Documentation
documentation of all the
work done in program
development

eExam
FBQ The implementation of Program
algorithms in specific Coding
programming languages is
an activity in

phase of program
development

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

eExam
MCQ The documentation of all Agree Disagree Unsure Partially A
the work done in program
development is a vital
aspect of a project

eExam
MCQ Actions such as double- ACTIONS COMMANDS EVENTS CLICKS C
clicking an icon in a VB
program are referred to as
which of the following?

eExam
MCQ In MATLAB, which cls dc clr edit B
command is used to clear
the command window?

eExam
MCQ In Pascal, which of the 1.414 4 1 0 B
following is the value of
SQR(2)?

eExam
MCQ One of the major strengths Agree Disagree Unsure Partially A
of a computer is its ability to
repeat selected instructions
with different data.

eExam
MCQ Which of the following COM {} REM () B
constructs is used for
comments in Pascal
programs?

http://www.tmanouonline.net/activate_eexam.php?coursecode=CIT215&stid=172&pid=T 6/11
7/20/2017 Untitled Document

eExam
MCQ In MATLAB, which who load helpwin pcode A
command is used to list the
current variables?

eExam
MCQ Which of the following END END. END, END; B
statements terminates a
Pascal program?

eExam
MCQ The WHILE ... DO Agree Disagree Unsure Partially A
statement is another
iterative statement available
in Pascal.

eExam
MCQ IF(D<4) can be translated IF(D<4) IF(D$<4) IF(D.LT.4) IF(D.LE.4) C
into FORTRAN as which of
the following?

eExam
MCQ A program characterized by Proper Complete Valid Modularized A
one entry point and one exit
point is called which of the
following?

eExam
MCQ Which of the following is a JOS A1 DAY B2 A
valid INTEGER variable
name in Fortran?

eExam
MCQ Comments in a flowchart Rectangle Open Parallelogram Hexagon B
are represented using rectangle
which of the following?

eExam
MCQ X=INT(SQR(2)). Which of 1.414 4 0 1 D
the following is the value of
X in the BASIC program?

eExam
MCQ The 2 types of programs Control and Control and Processing Database B
that make up an operating command processing and Function and file
system are which of the programs programs programs programs
following?

eExam
MCQ Y=SQR(2). Which of the 1.414 4 0 1 A
following is the value of Y in
the BASIC program?

eExam
MCQ In C++ programming the 3 4 2 5 C
fixed size of jut is _______

eExam
MCQ A=10. WHILE (A<10){ 10 11 1 0 D
PRINT "HI"; }. How many
times will "HI" be printed by
the program?

eExam
MCQ Which type of testing Integration System testing Unit testing User testing C
involves testing separate testing
components of a program
as they are being
developed?

eExam
MCQ Another name for path Line Sequence backtracking driver C
programming is which of programming programming programming programming
the following?

http://www.tmanouonline.net/activate_eexam.php?coursecode=CIT215&stid=172&pid=T 7/11
7/20/2017 Untitled Document

eExam
MCQ Each statement of a Python Interpreted Compiled Assembled None of the A
program is translated to options
machine code as it is
executed. Thus Python is
which of the following?

eExam
MCQ Which of the following Sequence Selective Iterative All of the C
structures characterizes structures structures structures options
repetition of operations in a
program?

eExam
MCQ Which of the following is an C++ Sun Java Apple WPL C# C
example of a special
purpose programming
language?

eExam
MCQ Which of the following IF SWITCH GOTO WHILE C
statements can lead to
spaghetti code and is thus
discouraged in structural
programming languages?

eExam
MCQ In a Data flow diagram, Circle Square Sink Arrow C
which of the following
represents a file or source
of information?

eExam
MCQ Which chart type is Flow charts HIPO charts DFDs Block B
concerned with WHAT is diagrams
done rather than HOW it is
done?

eExam
MCQ In a Data flow diagram, Circle Square Sink Arrow A
which of the following
represents an operation
that transforms data?

eExam
MCQ Preparation/Initialization Rectangle Diamond Parallelogram Hexagon D
activities are represented in
flowcharts by which of the
following symbols?

eExam
MCQ Processes in ANSI-style Rectangles Circles Ovals Diamonds A
flowcharts are represented
using which of the following
shapes?

eExam
MCQ Which phase of program Problem solution design Program Program A
development begins with definition Coding Testing
recongizing a need for
information by an
organization or user?

eExam
MCQ A C program is translated Interpreted Compiled Assembled None of the B
completely in machine code options
before it is executed. Thus
C is which of the following?

eExam
MCQ Which of the following CONSTANT CONST CONST. CONSTANT. B
FORTRAN keywords is
used to define constants?

http://www.tmanouonline.net/activate_eexam.php?coursecode=CIT215&stid=172&pid=T 8/11
7/20/2017 Untitled Document

eExam
MCQ Which of the following is not Single Double Multiple None of the D
a category of selection alternation alternation alternation options
structures?

eExam
MCQ Which of the following ARR ARRAY LIM DIM D
BASIC keywords must
appear when defining
arrays with over 100
elements?

eExam
MCQ Printed output in an ANSI- Rectangles Parallelograms Ovals Curve-sided D
stype flowchart is Quads
represented using which of
the following shapes?

eExam
MCQ Users make use of which of Anchors Hyperlinks Pointers Memory cells B
the following to navigate
between webpages on a
website?

eExam
MCQ An assembly language 10 15 20 None of the D
program with 5 instructions options
will produce how many
machine language
instructions when it is
executed?

eExam
MCQ Which of the following is Compiler Interpreter Assembler None of the B
used to execute a BASIC options
program?

eExam
MCQ Which of the following Path Level Line Functional B
techniques involves writing programming programming programming programming
top level programs modules
first and lower levels
subsequently in descending
order?

eExam
MCQ Flow directions in a Arrows only Flowlines with Flowlines only None of the C
flowchart are represented arrows options
using which of the
following?

eExam
MCQ Which of the following is COBOL C FORTRAN ADA C
considered the first high-
level language?

eExam
MCQ A simple 4GL contains the Database Data EUF None of the D
following layers EXCEPT? communication processing options

eExam
MCQ Which assertion is true Initial assertion Final assertion Pre-condition Invariant D
under the execution of a assertion
step in an algorithm
irrespective of the number
of times the step is
repeated?

eExam
MCQ Which of the following BR HR LR LN A
HTML tags marks the start
of a new line?

http://www.tmanouonline.net/activate_eexam.php?coursecode=CIT215&stid=172&pid=T 9/11
7/20/2017 Untitled Document

eExam
MCQ Which criterion describes Finiteness Efficiency Output Precision A
an algorithm in which each criterion criterion criterion criterion
step must terminate after a
finite number of steps?

eExam
MCQ Which of the following tags H4 H3 H2 H1 D
yields the largest font size
in HTML?

eExam
MCQ A 3GL-style logical Machine Code Assembly Program code Pseudocode D
representation of an code
algorithm is called which of
the following?

eExam
MCQ Forward slash(/) in HTML is Closing tag Opening tag Self-closing None of the A
an example of which of the tag options
following?

eExam
MCQ C++ statements can be Phrases Points Declaration All of the C
_______ or executable options

eExam
MCQ Which of the following != !=! <> !<> C
symbols in BASIC is used
to represent NOT EQUAL
TO?

eExam
MCQ C++ programs can be said Comments Header Files Identifiers None of the D
to majorly consist of the options
following except

eExam
MCQ Which of the following ? << >> | A
symbols is used in BASIC
as an INPUT statement
prompt?

eExam
MCQ In C++ programming the 3 5 4 2 C
fixed size of long is
_______

eExam
MCQ A rectangle with double Process Predefined Decision Multi- B
vertical bars represents process Document
which of the following in an
ANSI-style flowchart?

eExam
MCQ One of these is not a Additive Multiplicative Shift Operators None of the D
category of binary Operators Operators options
operators

eExam
MCQ Which of the following is Pseudocode Flowcharts Formulae None of the D
NOT a common form of options
representing algorithms?

eExam
MCQ REPEAT and UNTIL Agree Disagree Unsure Partial A
statements act as delimiters
in the same way as BEGIN
and END statements.

eExam
MCQ The commonly used Pascal Arithmetic Transfer Boolean None of the D
library functions and Functions Functions Functions options
procedures are classified
as follows except_______

http://www.tmanouonline.net/activate_eexam.php?coursecode=CIT215&stid=172&pid=T 10/11
7/20/2017 Untitled Document

eExam
MCQ The REPEAT statement is Agree Disagree Unsure Partial A
very similar to the WHILE
statement

eExam
MCQ Which of the following Solution Program Program Debugging C
describes the design Testing Documentation
documentation of all the
work done in program
development?

Showing 1 to 120 of 120 entries

Previous 1 Next

http://www.tmanouonline.net/activate_eexam.php?coursecode=CIT215&stid=172&pid=T 11/11

You might also like