Home / SSC(ENG) - GSEB Board / Reading Mode

📖 Reading Mode: SSC(ENG) - GSEB Board

Chapter: Function • Total: 376 MCQs

MCQ 1 ALL

As the image element does not cause a line break, it is also referred to as which of the following?

A An online image
B An inline image
C An outline image
D Blank image
MCQ 2 ALL

Which of the following is the extension of a worksheet created in Calc?

A .ods
B .odd
C xls
D .obj
MCQ 3 ALL

How can one calculate total of values entered in a worksheet in a Calc document?

A By manual entry
B By autosum
C By formula
D All of these
MCQ 4 ALL

Which of the following technique arrange the data set in a particular order such as ascending or descending?

A Data formatting
B Data validation
C Data filtering
D Data sorting
MCQ 5 ALL

Which of the following options when selected deletes all data validations?

A Data formatting
B Delete all
C Delete formula
D Delete me
MCQ 6 ALL

We can replace multiple occurrences of a word using which of the following facility of Calc?

A Find and replace
B By replace only
C By copy command
D By preview command
MCQ 7 ALL

In which of the following ways we can enter a function in Calc?

A Directly typing function name in a cell
B Function wizard or selecting from tool bar
C Both A and B
D Depends on function
MCQ 8 ALL

Which of the following is not a logical function?

A OR
B AND
C NOT
D PROPER
MCQ 9 ALL

Which of the possible mechanism to enter a function in Calc cell?

A Through function wizard
B By manually entering
C Both A and B
D Depends on function
MCQ 10 ALL

Which of the following is used to enter 3D text in Calc?

A Fontwork
B Artwork
C Drawing work
D Graphwork
MCQ 11 ALL

To fix column or row in a data range - to make it absolute, which symbol is used?

A #
B $
C &?
D %
MCQ 12 ALL

Which of the following refers to a list of instructions in a proper order to solve a problem called?

A Algorithm
B Flowchart
C Sequence
D Roadmap
MCQ 13 ALL

Which of the following symbol is used to represent output in a flowchart?

A Square
B Circle
C Parallelogram
D Triangle?
MCQ 14 ALL

Which of the following refers to the purpose of Algorithm and Flowchart?

A Know the memory capacity
B Identify the base of the number system
C Direct the output of the printer
D Specify the problem completely & clearly
MCQ 15 ALL

Which of the following is an extension of C program file?

A c
B h
C s
D t
MCQ 16 ALL

Which of the following number refers to number of C character categories?

A 0
B 2
C 4
D 8
MCQ 17 ALL

Which of the following C character categories does the symbol = belong?

A Letter
B Blank space
C Special character
D Digit
MCQ 18 ALL

Which of the following is a valid keyword of C?

A ofsize
B sizeof
C forsize
D sizefor
MCQ 19 ALL

Which of the following is an invalid variable name in C?

A Register
B Reglster
C registre
D register
MCQ 20 ALL

Which of the following keyword refer to integer data type?

A integer
B Integer
C INTEGER
D int
MCQ 21 ALL

Which of the following refers to size of memory allocated to float as per gcc compiler?

A 1
B 2
C 4
D 6
MCQ 22 ALL

Which of the following is used to provide an alias to existing data types in C?

A enum
B def
C pointer
D typedef
MCQ 23 ALL

Which of the following are useful in C language I/O operations?

A Monitor
B Keyboard
C Mouse
D All of these
MCQ 24 ALL

Which of the following is not an input functions?

A getchar( )
B getch( )
C puts( )
D gets( )
MCQ 25 ALL

What is the value of variable flag after the execution of following if statement? int flag=0; if(5<8) flag=1; }

A 0
B 1
C 5
D 8
MCQ 26 ALL

What is the value of variable sum after the execution of following statements? int number1=5,number2=10,sum=0; if(number1>number2) sum=sum+number1; else sum sum+number2;

A 0
B 5
C 10
D 12
MCQ 27 ALL

In which of the following each case label must be unique?

A if
B switch
C for
D while?
MCQ 28 ALL

After each switch statement block in switch, which statement signals the end of case causing the exit from switch statement?

A break
B continue
C stop
D end
MCQ 29 ALL

What is the output of following program segment? int main() { int i; for(i=0;i<10;i++); printf("%d",i); }

A 123456789
B 9
C 10
D Error
MCQ 30 ALL

What happens if a C program tries to access a value from an array element whose subscript exceeds the size of array?

A The element will be set to 0.
B The compiler would report an error.
C The program may crash or gives garbage data.
D The array size increases automatically.
MCQ 31 ALL

What will be the output of the following program segment? int num[5]={1,2,3}; printf("%d %d",num[0],num[3]);

A 1,2
B 1,0
C 1,3
D 2,3
MCQ 32 ALL

The main() function in C language is a ___________

A User defined function
B Library function
C Keyword
D Reserved function
MCQ 33 ALL

Which keyword is used as a return type when function does not return any value?

A int
B main
C void
D auto
MCQ 34 ALL

The nation of the Web was conceived in which year by Tim Berners-Lee?

A 1995
B 1991
C 1891
D 1990
MCQ 35 ALL

Which of the following stands for HTML?

A Hyper Text Markup Language
B Hyper Text Marking Language
C High Text Markup Language
D Higher Text Markup Language
MCQ 36 ALL

The gedit is a general purpose text editor for _______________

A GNOME
B Microsoft Windows
C Mac OS
D All of the above
MCQ 37 ALL

What is the extension of HTML file?

A .html
B .java
C .hmtl
D .css
MCQ 38 ALL

Which of the following attribute is used to define text colour with body tag?

A Color
B Text color
C Text
D Tcolor
MCQ 39 ALL

Which of the following is an empty element?

A &quot;&lt;hr&gt;&quot;
B &quot;&lt;br&gt;&quot;
C &quot;&lt;p&gt;&quot;
D Both Aand B
MCQ 40 ALL

Which of the following tag pair is used to displayed the content in emphasized manner?

A <em> and </em>
B <strong> and </strong>
C <s> and </s>
D <tt> and </tt>
MCQ 41 ALL

What is the value of align attributes in
tag?

A Right
B Left
C Center
D All of the above
MCQ 42 ALL

Which of the following tag is used to added images into a webpage in HTML?

A <img>
B <image>
C <href>
D <ime>
MCQ 43 ALL

The align attribute can take which of the following values?

A Top, Bottom
B Left, Right
C Middle
D All of the above
MCQ 44 ALL

Digital cameras and web pages normally use which file formats that drastically compress the data in the files?

A .jpg/.jpeg
B .png
C .bmp
D .gif
MCQ 45 ALL

Which of the following attribute specifies the vertical alignment of the contents of each cell in a row?

A Haling
B valign
C Align
D Vspace
MCQ 46 ALL

Which of the following attribute manage space between each cell of the table?

A Spacing
B Cellspacing
C Cellpadding
D Table spacing
MCQ 47 ALL

Instead of numbers, we can use which of the following values in ordered list?

A A,B,C....
B I, II, III .....
C a, b, c.....
D All of the above
MCQ 48 ALL

Within the frameset, each frame is represented by which of the following tag pair?

A <body> ... </body>
B <frame> ... </frame>
C <noframes> ... </noframes>
D <html>.... </html>
MCQ 49 ALL

Which of the following is a grid which interactively manages and organizes data in rows and columns?

A Table
B Sheet
C Spreadsheet
D Calc
MCQ 50 ALL

Which of the following activities that can be generally done through a spreadsheet package?

A Balance sheet
B Personal activities
C Financial activities
D All of the above
MCQ 51 ALL

Which of the following way we can open the Calc program?

A Applications-> Office-> OpenOffice.org
B Accessories -> Office-> OpenOffice.org
C Applications-> MSOffice-> OpenOffice.org
D Applications-> Office-> Calc.org
MCQ 52 ALL

When a new spreadsheet is opened, it will give you how many separate worksheets in Calc?

A Two
B Three
C Four
D Sixteen
MCQ 53 ALL

Which of the following is an extension of Calc spreadsheet file?

A .xls
B .odf
C .osd
D .ods
MCQ 54 ALL

Which of the following command is used to changing colour of the worksheet tab?

A Tab color
B Sheet tab color
C Color
D Calc clolor
MCQ 55 ALL

Which of the following function is used to calculate the period to repay of loan in Calc?

A NPAR
B NPER
C NRPA
D MPER
MCQ 56 ALL

The CONCATENATE function can join up to how many strings of text in Calc?

A 15
B 20
C 30
D 40
MCQ 57 ALL

Which of the following function turns first letter of all words into uppercase and remaining alphabets in lowercase letters in Calc?

A Upper
B Lower
C Roman
D Proper
MCQ 58 ALL

Which of the following is popular reasons why people should go for a chart?

A For comparisons
B For demonstration of distribution
C For understating of situation
D All of the above
MCQ 59 ALL

How many basic chart types offers in Calc?

A 5
B 10
C 15
D 20
MCQ 60 ALL

Which of the following symbol is used to represent a connector?

A Circle
B Rectangle
C Triangle
D Diamond
MCQ 61 ALL

Which of the following is a technique in which we use pictorial representation of every action that we perform within the machine process that solves a problem?

A Pseudo code
B Flowchart
C Algorithm
D Decision making
MCQ 62 ALL

Which of the following components are used to show the beginning and the end of a flowchart?

A Up and Down
B First and Last
C Start and End
D Start and Last
MCQ 63 ALL

A good program should possess which of the following characteristics?

A A program must end after finite number of steps.
B The instructions of program must be precisely defined.
C All the instructions must be effective.
D All of the above
MCQ 64 ALL

Which of the following is known as user defined function in C?

A main( )
B printf( )
C scanf()
D return()
MCQ 65 ALL

Whenever the text is enclosed between ............, it is considered as a comment in C?

A // ... //
B /* ..... */
C <! ... >
D Any of the above
MCQ 66 ALL

A scope of C variable is decided by using which of the following opening and closing braces?

A [ ]
B ( )
C { }
D < >
MCQ 67 ALL

C language also has its own character set that can be divided into how many categories?

A 3
B 4
C 5
D 8
MCQ 68 ALL

Which of the following is a bitwise operators?

A << and >>
B & and |
C ~ and ^
D All of the above
MCQ 69 ALL

C provides us an operator known as ________ operator or conditional operator for condition checking?

A array
B logical
C ternary
D relational
MCQ 70 ALL

How many types of operators in C?

A 4
B 8
C 10
D 16
MCQ 71 ALL

Which of the following function is used to read a character in a C program at runtime?

A getchar( )
B getch( )
C getc( )
D gets( )
MCQ 72 ALL

Which of the following function allows us to input data into particular data format like int char, float etc.?

A printf( )
B scanf( )
C main( )
D gets( )
MCQ 73 ALL

Which of the following function can be used to write a single character to the standard output device?

A putc( )
B puts( )
C putchar( )
D gets( )
MCQ 74 ALL

Which of the following statement is one of the powerful decision making statement which can be used to transfer control of instruction execution?

A if
B switch
C for
D while
MCQ 75 ALL

Which of the following statement is very useful when an action is to be taken based on given multiple choices?

A if
B switch
C for
D while
MCQ 76 ALL

Which of the following statement is used in switch, the end of case causing the exit from switch statement?

A stop
B continue
C break
D case
MCQ 77 ALL

When number of iteration cannot be pre-determined and when loop terminating condition is to be tested before entering the loop, at that time use of which loop is more suitable?

A for
B while
C do...while
D switch?
MCQ 78 ALL

Which of the following statement forces the next iteration of the loop to take place, skipping any code in between?

A break
B stop
C exit
D continue
MCQ 79 ALL

Any loop in a program becomes which loop if it runs forever and program control never comes out of it?

A continue
B infinite
C break
D finite
MCQ 80 ALL

The index number contained within square brackets is also known as ________

A subscript
B superscript
C vbscript
D javascript
MCQ 81 ALL

C language allows array initialization in how many different ways?

A 4
B 5
C 3
D 2
MCQ 82 ALL

The variable is defined above function main is known as _______variable.

A local
B global
C static
D dynamic
MCQ 83 ALL

Which of the following are types/categories of functions?

A Function with no arguments and no return values
B Function with arguments and no return values
C Function with no arguments and return values
D All of the above
MCQ 84 ALL

Which of the following is stands for SGML?

A Standardized General Markup Language
B Standard Generalized Markup Language
C Standardized General Marking Language
D Standard General Markup Language
MCQ 85 ALL

Most browsers display the contents of which elements larger than the default size of text in the document?

A <h1>
B <h2>
C <h3>
D All of the above
MCQ 86 ALL

Which of the following tag is used for multiple lines?

A <hr>
B <br>
C <pre>
D <p>
MCQ 87 ALL

Which of the following tag is used to display text with multiple white spaces and multiple lines without wanting to be changed it by the browser?

A <p>
B <br>
C <pre>
D All of the above
MCQ 88 ALL

The body section of an HTML is written between ________________tags

A <html> and </html>
B <head> and </head>
C <body> and </body>
D <body> and <body>
MCQ 89 ALL

Which of the following is valid image formats?

A .jpg
B .bmp
C .png
D All of the above
MCQ 90 ALL

Which of the following method colours in computer are coded as degree from 00 to FF?

A Decimal
B Octal
C Binary
D Hexadecimal
MCQ 91 ALL

Which of the following tag is used to separate content by breaking in into sections in HTML?

A <br>
B <hr>
C <p>
D <pre>
MCQ 92 ALL

Which of the following attribute is used to add space over and under the image?

A hspace
B vspace
C Top space
D Bottom space
MCQ 93 ALL

To create multiple links within a single image, we need to create multiple clickable locations within the image. Clicking on each such location, a particular reference can be opened. Each such location is called a ............

A Hot spot
B Image map
C Dog spot
D Map
MCQ 94 ALL

Which of the following format is video format file?

A .avi
B .meg
C .mpeg
D All of the above
MCQ 95 ALL

Which of the following tag pair is used to define sub-items of description tag?

A <dt> ... </dt>
B <dd> ... </dd>
C <dl> ... </dl>
D <ul>...</b>
MCQ 96 ALL

The value of type attribute in
    tag is _____________

A Circle
B Square
C Disc
D All of the above
MCQ 97 ALL

Which of the following attribute leaves specified gap between edges of the cells and their content?

A Cellpadding
B Cellspacing
C Dir
D Spacing
MCQ 98 ALL

Many times we need to add table within a table is called what?

A Multiple table
B Many table
C Nesting table
D Nested table
MCQ 99 ALL

What is the use of spreadsheet package?

A Managing financial and accounting documents
B Creating data reports
C Generating invoices
D All of the above
MCQ 100 ALL

The corner of the active cell is highlighted with filled small rectangle which is known as ___________

A Fill handle
B Autofill handle
C Drag handle
D Handle
MCQ 101 ALL

The Calc program contains how many rows?

A 65535
B 1408576
C 1048576
D 1024
MCQ 102 ALL

Which of the following address does not change when the formula is copied or moved in Calc?

A Relative address
B Absolute address
C Mixed address
D cell address
MCQ 103 ALL

In Calc, arrangement of data in particular order is known as ..........

A Sorting
B Arranging
C Filtering
D Formatting
MCQ 104 ALL

Which of the following is used to avoid errors in entering data in Calc?

A Data Advance filter
B Data Sorting
C Data validation
D Spelling check
MCQ 105 ALL

Which of the following function returns the values of the exponential function ex for the given number x in Calc?

A ABS
B EXP
C FACT
D EXT
MCQ 106 ALL

Which of the following sign is compulsory to start any formula in Calc?

A +
B -
C =
D $
MCQ 107 ALL

Which of the following function returns the total number of cells or arguments which have some value in it?

A CountA
B CountBlank
C Count
D Average
MCQ 108 ALL

Chart wizard lets you to enter values of different chart elements such as..........

A Title above
B X-axis captions
C Location of legends
D All of the
MCQ 109 ALL

Which of the following are elements of chart in Calc?

A Chart area
B Y axis with values
C Data area axis
D All of the above
MCQ 110 ALL

The three steps given for finding whether a number is odd or even is known as what?

A Pseudo code
B Flowchart
C Algorithm
D Decision tree
MCQ 111 ALL

A logical decision of a process is represented by which shape and it is also called a test symbol?

A Rectangle
B Triangle
C Round
D Diamond?
MCQ 112 ALL

Which of the following is an advantages of Flowchart?

A As it provides pictorial representation of the problem solution, it is easy to understand.
B It provides a convenient aid for writing computer instructions.
C It assists the programmer in reviewing and correcting the solution steps.
D All of the above
MCQ 113 ALL

Which of the following is known as inbuilt or library function?

A main( )
B printf( )
C print( )
D void( )
MCQ 114 ALL

Set of logically sequential C statements thus is identified as ............

A variable
B constant
C C program
D identifier
MCQ 115 ALL

A word that a user can construct by making use of C character set is known as "?"?"?.

A variable
B constant
C C program
D identifier
MCQ 116 ALL

Which of the following compiler is provided by free software foundation?

A gec
B gcc
C SciTE
D c compiler
MCQ 117 ALL

Which of the following allows us to compile and run simple programs with one window itself?

A gedit
B gcc
C SciTE
D C compiler
MCQ 118 ALL

Which of the following is a special data type that C provides and identified by which keyword, this data type has no value and it denote it to be empty?

A main
B void
C printf
D return
MCQ 119 ALL

Character data requires how many byte of memory space?

A 1
B 2
C 4
D 8
MCQ 120 ALL

Which of the following is a symbol that identifies the operation that can be performed on operands?

A Expression
B Operators
C Array
D Constant
MCQ 121 ALL

Which of the following function is useful when we don't want to show a character typed by the user on screen?

A getch( )
B gets( )
C getchar( )
D getc( )
MCQ 122 ALL

C language scanf() function provides wonderful facility of which character using which we can specify the permissible characters in the input string?

A $
B #
C %
D *
MCQ 123 ALL

Which of the following function is used to display formatted output on screen?

A scanf( )
B printf( )
C main()
D gets()
MCQ 124 ALL

There are situations where we need to execute series of decisions in our program, we may use ............ statement in nested form to achieve our task.

A if...else
B else....if
C switch
D do...while
MCQ 125 ALL

In C, logical operators are represented by which character pairs?

A && and \\
B && and ||
C || and \\
D $$ and //
MCQ 126 ALL

In switch statement, each case option contains ........

A constant or constructor
B constant or condition
C constant or constant expressions
D operator or constant expression
MCQ 127 ALL

...........for loop means using one for loop within another for loop.

A nesting
B multi
C nested
D simple?
MCQ 128 ALL

We are checking condition at the entry point, it is known as which loop?

A entry-controlled controlled
B exit-controlled
C switch-controlled
D condition-controlled
MCQ 129 ALL

Which of the following statement is used when we want to terminate loop instantly without even execution of other statements of loop?

A break
B continue
C stop
D case
MCQ 130 ALL

The array in C language can be classified in to how many categories?

A 2
B 3
C 4
D 5
MCQ 131 ALL

If we don't specify the size, compiler will automatically calculate the size by counting total number of values written inside which bracket?

A ( )
B { }
C [ ]
D < >
MCQ 132 ALL

Which of the following function are placed in header file?

A sqrt( )
B pow( )
C cos( )
D All of the above
MCQ 133 ALL

Which of the following are the advantages of using functions in program?

A Dividing program into functions makes understanding and maintenance of the program easier.
B Function help us to avoid redundant programming of similar tasks.
C Same function can be used with different values of arguments.
D All of the above
MCQ 134 ALL

Which of the following is considered as a language for describing web page?

A HTML
B SGML
C BCPL
D None of these
MCQ 135 ALL

The path to open Gedit editor is ______________________________

A Accessories->Application->Gedit
B Application->Accessories->Gedit
C Applications->Gnome->Gedit
D Gnome->Application->Gnone
MCQ 136 ALL

In HTML, which sign is used for comment?

A < - - and - ->
B <!- - and - ->
C <!- - and - -!>
D </- - and - -/>
MCQ 137 ALL

Comments are also referred as what?

A Dot
B Class
C Prologue
D Common
MCQ 138 ALL

The output of an HTML coding 23rd will be ____________

A 23rd
B 23rd
C 23rd
D None of these
MCQ 139 ALL

Which of the following is used to set a visited link in HTML code?

A alink
B blink
C ulink
D vlink
MCQ 140 ALL

Which attribute of tag specifies identifier/name for the image?

A Name
B alias
C id
D property
MCQ 141 ALL

Which of the following tag is used to add an image map?

A Img
B map
C imap
D imgmap
MCQ 142 ALL

Which of the following is a valid image file format?

A PGN
B PNG
C PJN
D PNJ
MCQ 143 ALL

Which attribute of tag is used to provide information about the location of the image?

A Alt
B align
C border
D src
MCQ 144 ALL

Which of the following formats use lossless compression technology?

A Tiff
B gif
C png
D All of these
MCQ 145 ALL

Which of the following tag pairs are used to create an ordered list?

A <ol>....</ol>
B <ul>...</ul>
C <dl>...</dl>
D Both A and B
MCQ 146 ALL

Which of the following is specified by
in HTML?

A Ordered list
B Unordered list
C Description list
D All of these
MCQ 147 ALL

A ________________ contains information separated in form of grids.

A Chart
B Column
C Table
D Book
MCQ 148 ALL

A table contains information separated in form of ___________________

A Rows
B Columns
C Grid
D Both a & b
MCQ 149 ALL

What is the intersection of row and column known as?

A Row
B Column
C Worksheet
D cell
MCQ 150 ALL

Which attribute of table is used to leave specified gap between edges of the cells and their content?

A Cellspacing
B Cellpadding
C Colspan
D Rowspan
MCQ 151 ALL

_______________________ attribute manages space between each cell of a table.

A Cell spacing
B Cell padding
C Cell-fixation
D Cell- validation?
MCQ 152 ALL

Which of the following is used when a cell spans across more than column?

A colspan
B rowspan
C tablespan
D scope
MCQ 153 ALL

Which of the following tag is used to give name to the table?

A <name>
B <caption>
C <type>
D <declare>
MCQ 154 ALL

_____________toolbar contains most frequently used standard commands from the File & Edit menus.

A Standard Toolbar
B Formatting Toolbar
C Formula Toolbar
D None of these
MCQ 155 ALL

Which of the following will be inserted in a worksheet if =starcalcteam() is inserted in a calc cell?

A Stars
B Photograph of calc developer team
C Calc licence information
D Calc version information
MCQ 156 ALL

There are maximum ____ worksheets per Calc spreadsheet document

A 1024
B 256
C 1048576
D 65536
MCQ 157 ALL

There are _______________ rows in Calc spreadsheet document

A 1024
B 256
C 1048576
D 65536
MCQ 158 ALL

There are _______________ columns in Calc spreadsheet document

A 1024
B 256
C 1048576
D 65536
MCQ 159 ALL

Which key is used to select the cells that are not physically adjacent to each others?

A Ctrl
B Alt
C Shift
D Tab
MCQ 160 ALL

Which menu is used to arrange the data in ascending or descending order?

A Tools
B Format
C Data
D Sort
MCQ 161 ALL

Which function key is used to get help in Calc?

A F1
B F5
C F7
D F9
MCQ 162 ALL

Which function key is used for spell check?

A F1
B F5
C F7
D F9
MCQ 163 ALL

In Calc, the function arguments are given in which brackets?

A []
B <>
C {}
D ()
MCQ 164 ALL

A/an __________________ is a core part of any solution of a procedure.

A Process
B Psuedo
C Algorithm
D Symbol
MCQ 165 ALL

Which of the following symbol represents a process?

A Square
B Rectangle
C Square
D Diamond
MCQ 166 ALL

_______________________ instructs the translator to replace all occurrences of symbolic constants with the values specified against it.

A String constant
B Symbolic constant
C Integer constant
D Single character constant
MCQ 167 ALL

A ______________ is made up of one or more statements used for performing a predefined task.

A Variable
B keyword
C function
D token
MCQ 168 ALL

C statements end with a ____________

A Colon
B semi colon
C full stop
D comma
MCQ 169 ALL

A program called ___________is then used to link the object code with the library functions giving executable program or executable code.

A Editor
B translator
C linker
D loader?
MCQ 170 ALL

For signed integer the value of range is calculated as ______________

A -2 n-1 to 2n-1 -1
B 0 to 2n-1
C -2 n+1 to 2n+1 -1
D 0 to 2n+1
MCQ 171 ALL

Each character is associated with an integer value called ___________________

A Unicode
B ASCII
C both A and B
D None of these
MCQ 172 ALL

The ____________ storage class when used along with variable makes the variable value permanent within a specified region.

A Automatic
B external
C register
D static
MCQ 173 ALL

The symbol << belong to which of the following operator types in C?

A Relational
B arithmetic
C logical
D bitwise
MCQ 174 ALL

The statements are controlling the flow of execution, they are known as ____________________ statements

A Sequence
B control
C both A and B
D none of these
MCQ 175 ALL

C programming language assumes any non-zero and non-null values as _________

A TRUE
B FALSE
C Zero
D One
MCQ 176 ALL

what will be the output of printf("?%16.7s"?,"?Gujarat India"?)?

A Gujarat India
B Gujarat
C India
D None of these
MCQ 177 ALL

What is delimiter for reading double?

A %ld
B %/Ld
C %lf
D %Lf
MCQ 178 ALL

How many bits are required by exponent and mantissa respectively?

A 6,25
B 7,24
C 8,23
D 9,22
MCQ 179 ALL

Which operator is used to get a remainder when performing division of two integer operands?

A Modules
B modular
C modulo
D mode
MCQ 180 ALL

5/10 and 5.0/10 respectively would result into what?

A 0,0
B 0, 0.5
C 0.5, 0
D 0.5, 0.5
MCQ 181 ALL

Which one is the assignment operator and comparison operator respectively?

A =,≠
B =, ==
C =, ++
D =, - -
MCQ 182 ALL

Which of the following are decision structure statements?

A If, switch
B if, else
C if, case
D if, else..if
MCQ 183 ALL

Test expression of if statement is always written in which brackets?

A [ ]
B ( )
C { }
D < >
MCQ 184 ALL

The _________________ is collection of multiple computer networks, hence known as network of networks.

A extranet
B intranet
C internet
D None of these
MCQ 185 ALL

The ________ is a repository of multimedia information on the internet platform

A text
B link
C web
D None of these
MCQ 186 ALL

HTML is derived form of ______________________

A BCPL
B SGML
C IDE
D None of these
MCQ 187 ALL

Full form of ISO

A International Standard Organization
B International System Organization
C International Organization for Standards
D International Organization System
MCQ 188 ALL

A ___________________ is made up of letters, words and numbers enclosed between a left and right angular bracket.

A tag
B element
C title
D body
MCQ 189 ALL

HTML tag is enclosed within ________________

A { and }
B ( and )
C < and >
D [ and ]
MCQ 190 ALL

A combination of opening and closing tag along with some content between the two tags forms a/an ______________________

A tag
B element
C title
D body
MCQ 191 ALL

______________ is the highest heading size and ________ is the smallest heading size

A H6, H1
B H1, H6
C H1, H2
D H5, H6
MCQ 192 ALL

_____________ tags are used to store information usually relevant to browsers & search engines.

A title
B meta
C head
D body
MCQ 193 ALL

The output of an HTML coding H2O will be ____________

A H2O
B H2O
C H2O
D None of these
MCQ 194 ALL

The complete address is known as a/an ____________________________ address.

A relative
B absolute
C both a & b
D None of these
MCQ 195 ALL

An attribute is made of how many parts?

A 2
B 3
C 4
D 5
MCQ 196 ALL

The name and the value should be a/an _____________ sign

A Non-equal
B equal
C ' '(Single Quote)
D " " (Double Quote)
MCQ 197 ALL

Which is an editor used to create/edit an HTML document?

A gedit
B SciTE
C Both A and B
D None of these
MCQ 198 ALL

Which of the following is used to set an active link in HTML code?

A alink
B blink
C ulink
D vlink
MCQ 199 ALL

In __________ style tags, the browser will follow the instructions strictly and publishes the content in the said manner.

A Physical
B logical
C Both a and b
D None of these
MCQ 200 ALL

Mnemonic code of "?registered"? trademark ______________

A erg
B reg
C amp
D gt
MCQ 201 ALL

Full form of JPEG ____________________________________________

A Join Picture Export Group
B Join Picture Expert Group
C Joint Photographic Expert Group
D Joint Picture Expert Group
MCQ 202 ALL

________________ format images offer highest quality and good amount of compression of the image with minimum loss.

A jpg
B png
C gif
D tiff
MCQ 203 ALL

Which of the following image format is slower in reading and writing?

A jpg
B png
C gif
D tiff
MCQ 204 ALL

A video and audio file can be integrated into a HTML document with a/an _______ tag.

A img
B map
C alt
D anchor
MCQ 205 ALL

In calc document, you can move between the worksheets using ______________ tab.

A Worksheet
B Spreadsheet
C Sheet
D Page
MCQ 206 ALL

__________ text files are typically used for data exchange among various programmes.

A Pdf
B csv
C xlsx
D dbs
MCQ 207 ALL

If you want to change the unit of height and width in calc then which path is correct?

A Tools->General->Options
B Options->General->Tools
C General->Tool->Options
D Tools->Options->General
MCQ 208 ALL

________ function is used to convert a date into a valid format into a day of the month.

A Weekday
B Monthday
C Daysinyear
D Day
MCQ 209 ALL

In calc, what is the output of =MID("?Nuzhat Memon"?;8;5)?

A Nuzhat Memon
B Nuzhat
C Memon
D None of these
MCQ 210 ALL

What can be a function argument?

A Value
B Text
C other function
D All of these
MCQ 211 ALL

If you write address as =A$4 and try to copy it to different location, then what would happen?

A Column A will become absolute
B Row 4 will become absolute
C Column A & Row will become absolute
D None of these
MCQ 212 ALL

If we move a cell containing a formula having reference to another cell in the worksheet. What will happen to cell numbers used in formula?

A The cell row & column are changed at destination
B The cell row number are changed at destination
C The cell column number are changed at destination
D Nothing will change
MCQ 213 ALL

What is the vertical plane which provides base to the chart element known as?

A Chart floor
B Chart area
C Chart wall
D Chart element
MCQ 214 ALL

The chart type is selected in ________ step

A First
B Second
C Third
D Fourth
MCQ 215 ALL

The data range is decided in __________ step

A First
B Second
C Third
D Fourth
MCQ 216 ALL

____________________ can be a mental or machine (any systemic procedure) process that leads to the desired outcome required by the user.

A Flowchart
B Algorithm
C Pseudo code
D Problem solving
MCQ 217 ALL

Which of the following is the standard terminal symbol for flowchart?

A Circle
B Diamond
C Rounded Rectangle
D Square
MCQ 218 ALL

An entity in C that is capable of storing different values is known as ___________

A Variable
B keyword
C function
D token
MCQ 219 ALL

The extension of header file is ________________

A C
B h
C s
D t
MCQ 220 ALL

_____________ data type allows user to create new entities from existing one.

A Typedef
B Enumerated
C Both A and B
D None of these
MCQ 221 ALL

________________ is used to given an alias to an existing data type.

A Typedef
B Enumerated
C Both A and B
D None of these
MCQ 222 ALL

The _______________operator is a special operator used to return size of bytes required to store an entity.

A Comma
B assignment
C sizeof
D bitwise
MCQ 223 ALL

The increment and decrement operator have _____________ associativity.

A Left to right
B right to left
C Both A and B
D None of these
MCQ 224 ALL

______________ read a character from a file instead of standard input device.

A getchar()
B getch()
C getc()
D gets()
MCQ 225 ALL

When chain of if statements are used in else block of nested if statements, it becomes _________ ladder statement.

A If
B else
C else if
D None of these
MCQ 226 ALL

C language has offered the built in facility of multiway decision statement called ____

A If statement
B switch
C nested if
D nested else
MCQ 227 ALL

Which symbol is used to check non equality between two operands in c language?

A
B <>
C !=
D #NAME?
MCQ 228 ALL

What is delimiter of int, unsigned int, long int?

A %d, %u, %ld
B %d, %u, %lf
C %d, %ud, %ld
D %d, %ud, %lf
MCQ 229 ALL

Double values precise upto how many decimal places?

A 5,6
B 6,7
C 16,17
D 17,18
MCQ 230 ALL

Which file contains various input and output operations related functions?

A stdio.h
B conio.h
C io.h
D std.h
MCQ 231 ALL

In C language, strings are enclosed within which symbols?

A '? and '?
B " and "
C < and >
D / and /
MCQ 232 ALL

Which statement in switch structure can be used only once?

A Case
B default
C break
D All of these
MCQ 233 ALL

C language provides which of the following basic loop control structures?

A For, while, do...while
B for, if, else if
C do, while, do while
D if, else..if, else if ladder
MCQ 234 ALL

Who prepared Standardized General Markup Language (SGML)?

A Microsoft
B ASCII
C ISO
D ANSI
MCQ 235 ALL

_________________ is a collection of electronically created web pages

A Web page
B Website
C Web server
D Web browser
MCQ 236 ALL

Which is the middle part of the constitution of a tag?

A Opening tag
B Closing tag
C Content
D Any of these
MCQ 237 ALL

Which of the following tag is used for heading?

A h1
B head
C pre
D tt
MCQ 238 ALL

Addition of appropriate _________ tags describes nature of web page precisely.

A Head tag
B Body tag
C Meta tag
D Title tag
MCQ 239 ALL

By which tag is hyperlink made?

A <h>
B <hlink>
C <link>
D <a>
MCQ 240 ALL

Which of the following refers to a singular tags that do not require content?

A Compete
B Empty
C Null
D Void
MCQ 241 ALL

Which shortcut key is used to view result in browser HTML code?

A F3
B F4
C F5
D F6
MCQ 242 ALL

Which of the following about a webpage is described when a meta-tag is used in HTML page?

A Author, purpose and keyword
B Layout
C Style
D Size
MCQ 243 ALL

What is the full form of tag?

A Strong
B Stable
C Straight
D Strike
MCQ 244 ALL

Which tag is used to define a special term?

A <code> &</code>
B <cite>&</cite>
C <quote> & </quote>
D <dfn>&</dfn>
MCQ 245 ALL

In relative address what is called file also known as __________________ file.

A Parent
B Reference
C calling
D called
MCQ 246 ALL

Which tag defines relationship between a document and an external resource?

A Script
B Link
C Style
D None of these
MCQ 247 ALL

Which of the following value in decimal is equivalent to FF?

A 0
B 255
C 256
D 0 to 255
MCQ 248 ALL

Which of the following is used to create hyperlinks in a HTML document?

A <a>....<a/>
B <a link = "link"?>
C <a src ="link.html"?>
D <a href ="ink.html"?>
MCQ 249 ALL

Which of the following tag is used to display paragraph's content in centre?

A <p align = "center"?>
B <p align = "middle"?>
C <p align = "centre">
D None of these
MCQ 250 ALL

Which of the following is not an empty tag?

A <img>
B <a >
C <hr>
D <br>
MCQ 251 ALL

Which of the following is an example of relative address?

A < a href- "file.html">
B < a href = "image.jpg">
C < a href : "file/image.jpg"?>
D Either a or b
MCQ 252 ALL

Italics text can be written in html with the tag(s)?

A &lt;i&gt;
B &lt;em&gt;
C &lt;code&gt;
D Both a and b
MCQ 253 ALL

Which of the following is not a meta tag?

A Description
B Title
C Keywords
D Author
MCQ 254 ALL

Which function returns the value of the factorial function for the given number?

A Fac()
B fat()
C fact()
D factorial()
MCQ 255 ALL

Which sign is used to join two or more than two strings?

A +
B &
C #
D *
MCQ 256 ALL

Which option is used to keep row/column header visible?

A File ->Freeze
B View-> Freeze
C Insert ->Freeze
D Window -> Freeze
MCQ 257 ALL

Which sign is used to create absolute cell address?

A #
B %
C $
D &
MCQ 258 ALL

Which function is useful when we want only positive number?

A ABS
B Positive
C Integer
D None of these
MCQ 259 ALL

Which of the following function is used to remove extra spaces from strings?

A CountA
B Value
C TRIM
D NOSPACE
MCQ 260 ALL

__________ is also considered as graphical representation of numerical data.

A Table
B Hyperlink
C Smartart
D Chart
MCQ 261 ALL

Which of the following is used to insert a chart in Calc?

A Insert->Chart
B View->Chart
C Print->Chart
D Design->Chart
MCQ 262 ALL

What is the horizontal plane which provides base to the chart element known as?

A Chart floor
B Chart area
C Chart wall
D Chart element
MCQ 263 ALL

_______ problems have clear goals and hence we can clearly define solution steps.

A Well defined
B ill defined
C Both A and B
D None of these
MCQ 264 ALL

A word in C is known as a ________ of C.

A Letter
B keyword
C function
D token
MCQ 265 ALL

ANSI C standard supports __________________ predefined words.

A 31
B 32
C 33
D 34
MCQ 266 ALL

The man who owns the credit of creating C language is ____________________

A Bram Moolenar
B Charles Babbage
C Dennis M Richie
D None of these
MCQ 267 ALL

C language allows our program to be broken into small pieces known as _____________

A Letter
B keyword
C function
D token
MCQ 268 ALL

______________ operator is identified by combination of two symbols? :

A assignment
B relational
C bitwise
D ternary
MCQ 269 ALL

The _________________ operators allow us to compare two similar types of operands and generally are used to change the flow of execution of program.

A assignment
B relational
C bitwise
D ternary
MCQ 270 ALL

_____________________ specifies the order in which variable values appear in the input.

A Control character
B Control letter
C Control string
D Control alphabet
MCQ 271 ALL

__________________ function is used to display multiple characters on an output device.

A getchar ()
B putchar()
C gets()
D puts()
MCQ 272 ALL

What is the sizeof(longdouble)?

A 4
B 8
C 16
D 32
MCQ 273 ALL

Which class variables are assigned garbage value by default?

A Extern
B register
C static
D None of these
MCQ 274 ALL

Which function is used to read a character from a file?

A getchar()
B getch()
C gets()
D getc()
MCQ 275 ALL

The process of inputting the value is immediately terminated when any of the character from the list is encountered, what specification in the scanf()?

A %[characters]
B %[^characters]
C %[*characters]
D %[%characters]
MCQ 276 ALL

Which of the following is entry controlled loop?

A For
B while
C do"?hile
D Both A and B
MCQ 277 ALL

Which key is used to terminate infinite loop?

A Ctrl+c
B Alt+c
C shift+c
D ctrl+alt+c
MCQ 278 ALL

The constant is known as ____________________

A Label
B case
C case label
D label case
MCQ 279 ALL

By default the main() function returns ________________

A Char value
B Float value
C Integer value
D Double value
MCQ 280 ALL

The _______________________ is one or more relational tests joined together by either the logical AND operators or logical OR operators.

A Relation Test
B Compound Relation
C Compound Relation Test
D Compound test Relation
MCQ 281 ALL

Who was the one to give notation of www ?

A stephen Berner
B John Lee
C Tim Berners Lee
D Stephen Lee
MCQ 282 ALL

The ______________ appears as a label of the window displaying the text and also holds a place in a browsers history or bookmark list.

A Head
B body
C html
D title
MCQ 283 ALL

What is placed after closing tag in HTML ?

A Straight slash ( \ )
B Reverse slash ( / )
C Straight line ( | )
D Exclamation mark ( ! )
MCQ 284 ALL

What is the extension to store HTML file ?

A .htm
B .html
C .htm or .html
D .hml
MCQ 285 ALL

How many types of heading are there in HTML ?

A 4
B 5
C 6
D 7
MCQ 286 ALL

Generally, In HTML document on which side of the page is writing placed ?

A Left
B Right
C Center
D Any of these
MCQ 287 ALL

Which of the following attributes type can appear along with any tag ?

A Unique
B Universal
C Trivial
D Preliminary
MCQ 288 ALL

Which name identifies the latest version of HTML ?

A HTML 3.0
B HTML 4.0
C HTML 5.0
D HTML 6.0
MCQ 289 ALL

What type of space is added between
 and ?

A Hard space
B Soft space
C Blank space
D Default space
MCQ 290 ALL

Spaces inserted automatically are known as _________________

A Hard space
B Soft space
C Blank Space
D White space
MCQ 291 ALL

Full form of href________________________

A hyperpoint reallocate
B hyperimage resource
C hypertext reference
D hyperlink rapid
MCQ 292 ALL

Scite is based on free source code editing component called __________________

A Microsoft
B GNOME
C Apple IOS
D Scintilla
MCQ 293 ALL

Addition of appropriate ________________ tags describes nature of web page precisely.

A Head tag
B Body tag
C Meta tag
D Title tag
MCQ 294 ALL

The _______________________ tag specifies base URL for all relative URLs in a page.

A <a>
B <base>
C <link>
D <url>
MCQ 295 ALL

Which colour is specified by the code "?#FF00FF"? ?

A Blue
B White
C Pink
D Yellow
MCQ 296 ALL

The text displayed with is a ________________________ font

A Mono-Spaced font
B Tele tag Font
C Emphasized font
D Fixed-width Font?
MCQ 297 ALL

Typewrite type of font is also identifies as _______________________ Font

A Single Dimensional Font
B Multi Dimensional Font
C Mono-spaced Font
D Emphasized Font
MCQ 298 ALL

Which of the following are the two broad classes of formatting characters in HTML?

A Head & body
B Physical & logical
C Internal & External
D Temporary & Permanent
MCQ 299 ALL

The content of the _____________ element is similar to the default content size.

A H2
B H3
C H4
D H5
MCQ 300 ALL

Which of the following icon is used to enter 3D text?

A Fontwork gallery icon
B Artwork gallery icon
C Drawingwork gallery icon
D Graphwork gallery icon
MCQ 301 ALL

__________________ shortcut key is used to open function wizard.

A Ctrl + F1
B Ctrl + F2
C Shift + F1
D Shift + F2
MCQ 302 ALL

In calc, how many steps are available in chart wizard dialog box?

A 2
B 3
C 4
D 5
MCQ 303 ALL

Which of the following is a reference to data that can be followed by selecting it?

A Chart link
B joint link
C map link
D hyper link
MCQ 304 ALL

Which date and time function in CALC used to find out whether the given year is leap year or not?

A DATE
B TIMESTAMP
C YEARS
D DAYSINYEAR
MCQ 305 ALL

Calc offer a choice of _______ basic chart types.

A 8
B 10
C 12
D 14
MCQ 306 ALL

______________ step lets you to enter values of different chart elements such as title, subtitle, x-axis captions, location of legends and options to display the grid.

A First
B Second
C Third
D Fourth
MCQ 307 ALL

The chart element such as title of the chart, sub-title of the chart and information about axis and legend are provide through _____________ phase of the chart wizard.

A First
B Second
C Third
D Fourth
MCQ 308 ALL

How many arguments once can use in Calc function?

A one
B two
C three
D depends on the function
MCQ 309 ALL

ROUND (-23.786786, 3) will result into ____________________

A -23
B -23.786
C 23.787
D -23.787
MCQ 310 ALL

The predefined words in c language are known as __________________

A Letter
B keyword
C function
D token
MCQ 311 ALL

The maximum length of variable name as per ANSI standards is ________ characters.

A 31
B 32
C 33
D 34
MCQ 312 ALL

The keywords associate a data with its type are known as ________________

A Data type
B operator
C Expression
D None of these
MCQ 313 ALL

The symbol "?&"? belong to which of the following operator types in C language?

A Assignment
B Bitwise
C Relational
D Logical
MCQ 314 ALL

Which operator is used to get remainder when performing division of two integer operands?

A =
B *
C ^
D %
MCQ 315 ALL

In ANSI C the data type int uses ____________bytes of memory space.

A 1
B 2
C 4
D 8
MCQ 316 ALL

How may bytes of memory space value used by double data type in C language?

A 4
B 8
C 16
D 24
MCQ 317 ALL

Which of the following refers to an empty value?

A Void
B void
C null
D Null
MCQ 318 ALL

To override the internal conversion by performing a process called __________

A Type demotion
B Type promotion
C Type casting
D All of these
MCQ 319 ALL

All the variables by default have storage class as ___________

A Automatic
B external
C register
D static
MCQ 320 ALL

___________ character is use for printing a double

A %d
B %ld
C %lf
D %Lf
MCQ 321 ALL

What is the output of statement: printf("?%-18.8s"?,"?I Like C Language"?)?

A I Like C Language
B I Like C
C I Like
D language
MCQ 322 ALL

Which format specifier to print() is used to print character?

A %s
B %c
C %d
D %f
MCQ 323 ALL

Which of the following function is more appropriate for accepting a string?

A getc()
B gets()
C getchar()
D getstr()
MCQ 324 ALL

The function is known as what?

A Procedure
B method
C sub-routine
D All of these
MCQ 325 ALL

Which header file contains mathematical function log() in c language?

A stdio.h
B conio.h
C math.h
D log.h
MCQ 326 ALL

Which one is an example of character?

A "N"
B N
C "2"
D '2'
MCQ 327 ALL

Which loop executes atleast one time?

A For
B While
C Do..While
D None of these
MCQ 328 ALL

Strings in C language are terminated by the special character called ______

A universal
B global
C empty
D null
MCQ 329 ALL

Which of the following is a collection of electronically created web pages?

A Web page
B web site
C web server
D web browser
MCQ 330 ALL

In HTML 'a' stands for ?

A Attributes
B Anchor
C Align
D None of these
MCQ 331 ALL

Which of the following is used to divide browser window into multiple parts?

A frameset
B elements
C layout
D design
MCQ 332 ALL

Which of the following is provided when we use alt attribute of an image ?

A Alternative description
B Alt key definition
C Alternative image
D Alternative HTML link
MCQ 333 ALL

Which tag is used to set specific font and size ?

A <font>
B <body text="">
C <basefont>
D Any of them
MCQ 334 ALL

Which of the following attributes is not associated with

A font, bgcolor, alink, bgproperties, background
B text, bgcolor, vlink, bgproperties, background
C text, bgcolor, alink, bgproperties, background
D None, all are attributes of <body>
MCQ 335 ALL

There should be a/an _____ sign between the name and the value of the attribute.

A Comma (,)
B Equal (=)
C Single quotation?
D Double quotation
MCQ 336 ALL

_________ used to refer file located one directory above.

A < and >
B ( and )
C ../
D None of these
MCQ 337 ALL

Which of the following tag is not used for formatting characters ?

A <b>
B <tt>
C <hr>
D <sub>
MCQ 338 ALL

Which of the following attributes specify the values of height & width of the image in pixels?

A img src
B height & width
C H and V
D Any of the above
MCQ 339 ALL

In HTML, which of the following is default text color & background color respectively?

A Black, white
B white, black
C blue, white
D white, blue
MCQ 340 ALL

Which of the following is used when a cell spans across more than row?

A colspan
B rowspan
C tablespan
D scope
MCQ 341 ALL

Which of the following concept is used to display whole image as a link?

A image as hot spot
B Hot text
C active link
D None of these
MCQ 342 ALL

Which of the following is not a valid image format?

A imv
B png
C bmp
D gif
MCQ 343 ALL

Which shortcut key is used to view result in browser HTML code ?

A F3
B F4
C F5
D F6
MCQ 344 ALL

On web pages, links are placed pointing towards different locations is known as _____________

A hyperjump
B hyperimage
C hyperpoint
D hyperlink
MCQ 345 ALL

Doing _________________ value of align attribute content is aligned horizontally around the first instance of specific character

A Justify
B Center
C Char
D right
MCQ 346 ALL

Default shape of the bullet in
    is _________________

A Disc
B Filled circle
C Square
D Circle
MCQ 347 ALL

Which of the following applications are not suitable for Calc?

A Balance sheet preparation
B Result analysis
C Presenting an idea about a product
D All of these
MCQ 348 ALL

The chart in Calc may have how many of the following axis?

A Two
B Three
C Two or three
D Four
MCQ 349 ALL

To which of the entity can a Calc chart be linked?

A To an existing document
B To a new document
C Web page
D All of these
MCQ 350 ALL

Page preview will also allow you to do which of the following setting?

A Borders
B Margins
C Column/row heading
D All of these
MCQ 351 ALL

To delete a worksheet, select _______________  Sheet  Delete

A Format
B Data
C Edit
D File
MCQ 352 ALL

__________________ to make headers of rows and columns always visible.

A Data validation
B Filter
C Sort
D Freeze
MCQ 353 ALL

To avoid errors in entering data we may use __________________

A Data validation
B Filter
C Sort
D Freeze
MCQ 354 ALL

The _________________ function is used to convert a valid date into a day of the week.

A Weekday
B Week
C Weeks
D daysinweek
MCQ 355 ALL

You can export a file in calc as ___________________ & __________________

A HTML, XLXS
B XML, XLXS
C XHTML, PDF
D HTML, XHTML
MCQ 356 ALL

The problem of computer not understanding our language is solved by using software programs called _________________

A Compiler
B translator
C processor
D None of these
MCQ 357 ALL

A ___________________ can be defined as finite set of precise and clear instruction given to a computer for performing a predefined task.

A program
B process
C component
D sequence
MCQ 358 ALL

The entities of C that do not change its value throughout the execution of program are known as ________________?

A Keyword
B identifier
C variable
D constant
MCQ 359 ALL

The octal value in c can be differentiate from decimal numbers by using ___as prefix.

A 0x
B 0
C both A & B
D None to these
MCQ 360 ALL

C language has been standardized by which company?

A ASCII
B UNICODE
C ANSI
D EBCDIC
MCQ 361 ALL

In c language, symbolic constant is generally written using which option?

A #define
B #include
C #main
D All of these
MCQ 362 ALL

Full form of ASCII is __________________

A American standard Code for Interchange Information
B American Standard Code for International Interchange
C American Standard Code for Increment Interchange
D American Standard Code for Information Interchange
MCQ 363 ALL

Adding long as a prefix to int allocates __________ bytes of memory to the variable.

A 1
B 2
C 4
D 8
MCQ 364 ALL

_______________ is used to allocate only positive values in C language.

A Signed
B Unsigned
C Both A & B
D None of these
MCQ 365 ALL

We can use storage class_____________ to share variables between two different functions or programs.

A Automatic
B external
C register
D static
MCQ 366 ALL

The register class variables are assigned____________value by default.

A Zero
B garbage
C initial
D None of these
MCQ 367 ALL

What is the output of statement: printf("?%06.1f"?,123.456)?

A 123.456
B 123.456
C 123.4
D 123.5
MCQ 368 ALL

What will be the output of printf("?%5.3f"?,98.12345)?

A 981234
B 98.123
C 98.12345
D 98.1235
MCQ 369 ALL

________________________ statements help us to jump from one part of the program to another part of program based on result of some conditions.

A Control structure
B Decision structure
C Both A & B
D None of these
MCQ 370 ALL

Which one is capable of storing both positive as well as negative value?

A Signed
B Unsigned
C both A & B
D None of these
MCQ 371 ALL

Compiler will automatically decide length of "?c language"? as?

A 8
B 9
C 10
D 11
MCQ 372 ALL

Which symbol is used for assignment operator?

A #
B =
C *
D +
MCQ 373 ALL

Which of the following refer to the meaning of value++ in c?

A pre-increment
B pre-decrement
C post-increment
D post-decrement
MCQ 374 ALL

Which data structure consists of group of variables having same property?

A Int
B float
C enum
D Array
MCQ 375 ALL

In C language, which of the following specifies the memory location of variable?

A @
B #
C %
D &
MCQ 376 ALL

On which function the program will wait for the user to press a key?

A getch()
B getchar()
C gets()
D scanf()