Match the following menu options in LibreOffice Writer with their purposes.
A-1, B-2, C-3, D-4
A-4, B-3, C-2, D-1
A-2, B-4, C-1, D-3
A-3, B-1, C-4, D-2
A web browser
A graphics editing software
A word processing program
A spreadsheet application
LAN
MAN
WAN
All of the above
Draw
Impress
Calc
Writer
By manual entry
By auto-sum
By formula
By sum function
It returns the size of the variable in bits
It returns the size of the variable in bytes
It returns the size of the variable in kilobytes
It returns the number of elements in an array
RAM
Cache
Register
Hard disk
Braille keyboard
Trackball
Joystick
Scanner
Store frequently used data and instructions for quick access
Perform arithmetic operations
Manage power supply to the CPU
Control input/output devices
power of y to the x
power of x to the y
logarithm of x on the base y
Such function does not exist
Dot
@
#
$
What is the output of the following code?
int a = 5, b = 10;if (a < b)printf("a is less than b");elseprintf("a is greater than or equal to b");
a is greater than or equal to b
a is less than b
Compiler Error
Undefined
-4
-2.8
+2.8
+3
Insert
slide
Tools
None of These
Merge Document
Compare Document
Record
Split Document
VSNL
BSNL
MTNL
None of these
1024 bytes
1048576 bytes
102400 bytes
1048 bytes
International Service Provider
Internet Service Provider
Internet Server Provider
*
+
++
&&
Keyboard
Mouse
Printer
Microsoft
Google
Mozilla
Opera
Match the following mathematical functions with their purposes.
A-2, B-3, C-4, D-1
A-3, B-4, C-1, D-2
A-4, B-1, C-2, D-3
Edit
Format
Data
Theme
Table
Slide
443
80
22
79
Attachment
Computer hard disk
Mailbox
Google Drive
CD
DVD
Internal Hard Drive
What will the following code print?
int x = 5;if (x = 0)printf("Zero");elseprintf("Not zero");
Zero
Not zero
Compilation error
Error
Operating System
Compiler
Interpreter
Software Package
F1 Key
F3 Key
F2 key
F4 key
.txt
.doc
.odt
.csv
"r"
"w"
"rw"
"read"
Prediction Values
Variable Cell
What if Values
Target Value
do-while
if-else
for
while
1return
return1
return
$return_1
Taskbar
status bar
Manubar
Title bar
#name?
#name
Whatever is written in a formula will remain the same
####
To decode program instructions
To transfer data to primary storage
To perform logical operations
To store program instructions
Accuracy
Versatile
Automatic
Reliability
Direct
Random
Sequential
Indexed
Software
Web Servers
Web Browsers
WWW
ceil(1.66)
floor(1.66)
roundup(1.66)
roundto(1.66)
In the recycle bin
Clipboard
On-Demand Mail Relay
Online Demand Mail Relay
Online Delivery Mail Relay
On-Demand Mail Reply
is executed only once if the conditions is true
is also known as entry-controlled loop
is executed at least once if the conditions is false
the unconditional loop
for (i=1; i < 20; i++) printf ("k");
for (i=1; i = 20; i++) printf ("k");
for (i=0; i < 20; i++) printf ("k");
for (i=0; i <= 20; i++) printf ("k");
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
DOS
UNIX
ULTA
LINUX
| |
!