.oft
.odt
.oot
.obd
Clear
Clear Format
Clear Direct Formatting
Format Eraser
To exit the function and return control to the calling function
To pause the function temporarily
To call the function again
To exit the program
Real time processing
Batch processing
Off line processing
Distributed processing
Assignment Relational Arithmetic
Arithmetic Relational Assignment
Relational Arithmetic Assignment
Assignment Arithmetic Relational
\bin
\etc
\dev
\root
Flash Memory
DRAM
SRAM
EEPROM
Directly typing function name in a cell
Using function wizard or selecting from toolbar
Both (a) and (b)
Depends on the function
throws
throw
threw
thrown
Cache unit
Input unit
Output unit
Storage unit
Match the following types of memory with their characteristics.
A-1, B-2, C-3, D-4
A-2, B-3, C-4, D-1
A-4, B-1, C-2, D-3
A-3, B-4, C-1, D-2
Date( )
Now( )
Time( )
Digital vide disc
Digitally versatile discussed
Digital versatile disc
None
Mechanical
Electrical
Electro Magnetic
Laser technology
Google Docs
LibreOffice Writer
Microsoft Word
All of the above
Ctrl+]
Ctrl+[
Ctrl+}
Ctrl+{
do-while
if-else
for
while
CTRL+E
CTRL+ Alt+ E
CTRL+Shift+E
CTRL+F9
4
2
10
6
fclose()
closefile()
fileclose()
endfile()
Input
Output
Memory
Operation System
hardware
Software
Storage
All
Mouse
Light pan
Joystick
Scaneer
Compiler
Program
Interpreter
Programming Language
Bold
Underline
Subscript
Superscript
Dragging
dropping
right-clicking
shift-clicking
Web Server
Web Browser
User
Web Client
Trackball
Motion Sensor
MICR
Light Pen
Ctrl + Shift + 1
Ctrl + Shift + 5
Ctrl + Shift + 4
Ctrl + Shift + 3
Match the following network protocols with their purposes.
A-2, B-3, C-1, D-4
A-3, B-4, C-2, D-1
A-4, B-1, C-3, D-2
final
constant
const
static
Relative address
Absolute address
Mixed address
Dynamic address
Ability to write computer programs
Knowing what a computer can and cannot do
Knowing computer related vocabulary
Ability to assemble computers
1
15
56
-1
Start menu
File explorer
Control panel
Default programs
pair of parenthesis
semicolon
braces
colon
Web server
Web network
Web browser
Web matrix
Wap Area Network
Wide Area Network
Wide Array Net
Wireless Area Network
Providing predictable and fast response times
Efficient multitasking
To provide a graphical user interface for applications
High graphical performance
To provide power to the computer
To store data
To connect to a network
To increase processing speed
Alt + F4
Ctrl + W
Ctrl + Alt + DEL
Shift + Esc
Shift+Enter
Ctrl+O
Ctrl+M
Ctrl+P
task build
task struct
task construct
task domain
Run
Edit
Organise
*
&
%
#
Vmlinux
Vmlinuz
Lynx
Linux
Match the following cell referencing types with their descriptions.
A-2, B-1, C-4, D-3
A-4, B-3, C-2, D-1
Normal view
Outline view
Notes view
Slide shorter view
Null
EOF
What will be output if you compile and execute the following ‘C’ code?
void main(){int i=4,x;x=++i + ++i + ++i;printf("%d",x);}
21
18
19
Compilation error