CS201 QUIZ 1 CURRENT QUIZ FALL SPRING
CS201 QUIZ = 01
QUESTION:
If x=11 and x%=3 then value of x will be------
=3
QUESTION:
How can we
declared an array of characters
whose size is 12 with array name ‘country’
=char country [11]
QUESTION:
Acs code
of null character u
=000
QUESTION:
To
manipulate n-dimension array
:------nestea loops are required
= n
QUESTION:
What will be the size
of following array 24
=30
QUESTION:
Int k= 10;
Do[
Count<<’’ stantments<<endl;
K=2[while[k.0.];
=5
QUESTION:
Char name=’helloworld
‘’ In the above statement a memory of------- characters will be allocated
=11
QUESTION:
For breaking complex problems in to
smaller pieces we use -------
=loops
When the break statements
encountered in a loop’s body if
transfer the control -------from the current
=outside
QUESTION:
In analysis we try to have a -------
=precise problembs statement
QUESTION:
How x is an teger
variable what does x++ means
=add 1 in value
QUESTION:
All elements of an array mus be of -------date typecsl
=same
QUESTION:
-----will be used for enclosing
function statements in to a block
= [ ]
QUESTION:
All the -----we try to break up the problems in to functional
units
= design phase
QUESTION:
Pointers are a special
type of ------ in which memory address is stored
=variable
QUESTION:
What is
the correct syntax to declare any 15 elements of type float
=float array [14]
QUESTION:
From the following
which one is the correct syntax of an arraty
declaration array size is 5 and
it is of float data type ?
=float name [5]
QUSTION:
A Translator which takes assembly language program as input and produce machine language as code is known as
=Assembler
QUSTION:
A
----------- is a description of only that portion of data base pertinent to only a particular user’s need
=Schema
QUSTION:
A1 is
helping to make
=Robots
QUSTION:
In c++ assignment operator is
= =
QUSTION:
Sign of
modulus is
=%
QUSTION:
A stronger
form of cohesion is also called as ----------cohesion
= functional
QUSTION:
How many
relational operator are there in c++
=6
youtube channel
https://www.youtube.com/channel/UC7-SMwOf4mUs7Hz9gpcpGnQ
vu knowledge
0 Comments
Post a Comment