Deprecated: Return type of Mediavine\Grow\Share_Count_Url_Counts::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/wp-content/plugins/social-pug/inc/class-share-count-url-counts.php on line 102

Deprecated: Return type of Mediavine\Grow\Share_Count_Url_Counts::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/wp-content/plugins/social-pug/inc/class-share-count-url-counts.php on line 112

Deprecated: Return type of Mediavine\Grow\Share_Count_Url_Counts::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/wp-content/plugins/social-pug/inc/class-share-count-url-counts.php on line 122

Deprecated: Return type of Mediavine\Grow\Share_Count_Url_Counts::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/wp-content/plugins/social-pug/inc/class-share-count-url-counts.php on line 131

Deprecated: Return type of Mediavine\Grow\Share_Count_Url_Counts::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/html/wp-content/plugins/social-pug/inc/class-share-count-url-counts.php on line 183

Deprecated: Mediavine\Grow\Share_Count_Url_Counts implements the Serializable interface, which is deprecated. Implement __serialize() and __unserialize() instead (or in addition, if support for old PHP versions is necessary) in /var/www/html/wp-content/plugins/social-pug/inc/class-share-count-url-counts.php on line 16

Warning: Undefined array key "_aioseop_description" in /var/www/html/wp-content/themes/job-child/functions.php on line 554

Warning: Trying to access array offset on value of type null in /var/www/html/wp-content/themes/job-child/functions.php on line 554

Deprecated: parse_url(): Passing null to parameter #1 ($url) of type string is deprecated in /var/www/html/wp-content/themes/job-child/functions.php on line 925
Home   »   Computer History Part-3 | Latest Burning...

Computer History Part-3 | Latest Burning Issues 2018| Free PDF Download

1.You cannot close MS Word application by
A) Choosing File menu then Exit submenu
B) Press Alt+F4
C) Click X button on title bar
D) From File menu choose Close submenu

2.The key F12 opens a
A) Save As dialog box
B) Open dialog box
C) Save dialog box
D) Close dialog box

3.What is the short cut key to open the Open dialog box?
A) F12
B) Shift F12
C) Alt + F12
D) Ctrl + F12

4.Where can you find the horizontal split bar on MS Word
screen?
A) On the left of horizontal scroll bar
B) On the right of horizontal scroll bar
C) On the top of vertical scroll bar
D) On the bottom of vertical scroll bar

5.Which file starts MS Word?
A) Winword.exe
B) Word.exe
C) Msword.exe
D) Word2003.exe

6.How many ways you can save a document?
A) 3
B) 4
C) 5
D) 6

7.Borders can be applied to
A) Cells
B) Paragraph
C) Text
D) All of above

8.Portrait and Landscape are
A) Page Orientation
B) Paper Size
C) Page Layout
D) All of above

9.Which of the following is not a font style?
A) Bold
B) Italics
C) Regular
D) Superscript

10. When you display your document in full screen view …
A. You cannot use the menu or shortcut menu commands
B. You see the previous page and next page buttons
C. You add selection break to your document.
D. The title bar, status bar, menu bar, scroll bars, taskbar and
toolbars are not display.

11) Right-clicking something in Word…
A. Deletes the object
B. Nothing – the right mouse button is there for left handed
people
C. Opens a shortcut menu listing everything you can do to the
object
D. Selects the object

12.Which tab is not available on left panel when you open a
presentation?
A. Outline
B. Slides
C. Notes
D. All of above are available

13.Physical or logical arrangement of network is
a) Topology
b) Routing
c) Networking
d) None of the mentioned

14.In this topology there is a central controller or hub
a) Star
b) Mesh
c) Ring
d) Bus

15.Which of the following is / are the types of firewall?
a) Packet Filtering Firewall
b) Dual Homed Gateway Firewall
c) Screen Host Firewall
d) All of the mentioned

16.A web cookie is a small piece of data
a) sent from a website and stored in user’s web browser while a user is
browsing a website
b) sent from user and stored in the server while a user is browsing a
website
c) sent from root server to all servers
d) none of the mentioned

17.Expansion of SMTP is
a) Simple Mail Transfer Protocol
b) Simple Message Transfer Protocol
c) Simple Mail Transmission Protocol
d) Simple Message Transmission Protocol

18.Multiplexing technique that shifts each signal to a different carrier
frequency
a) FDM
b) TDM
c) Either a or b
d) Both a and b

19.Which among following is not a logical gate ?
a) NOR
b) XOR
c) AND
d) NAT

20.Ctrl, Shift and Alt are _____ called keys
(a) Modifier keys
(b) Function keys
(c) Alphanumeric keys
(d) Adjustment keys

21.Microsoft is an example of a __________________
(A) Closed source software
(B) Open source software
(C) Horizontal market software
(D) Vertical market software

22.What are the four things needed to connect to the internet
(a) Telphone line ,Modem ,Computer and an ISP
(b) Communication software ,Modem ,Computer and an ISP
(c) Telphone line ,Modem ,Computer
(d) PDA ,Modem ,Computer and an ISP

23.Internet works on
a) packet switching
b) circuit switching
c) both (a) and (b)
d) none of the mentioned

24.What will be the maximum size of a float variable?
A] 1 byte
B] 2 bytes
C] 4 bytes
D] 8 bytes

25.Which of the following is an example of
compounded assignment statement?
A] a = 5
B ]a += 5
C] a = b = c
D] a = b

26) Which of the following is a keyword used for a storage
class?
A] Printf
B] external
C] auto
D] scanf

27) File manipulation functions in C are available in
which header file ?
A] streams.h
B] stdio.h
C] stdlib.h
D] files.h

28) Which of the following function not convert floating point
number to string ?
A] fcvt
B] gevt
C] eevt
D] hcvt

Which among the following is a unconditional
control structure?
A] do-while
B] if –else
C] goto
D] for

30.Which of the following language is predecessor
to C Programming Language?
A] A
B] B
C] BCPL
D] C++

Latest Burning Issues Free PDF

Sharing is caring!

Download your free content now!

Congratulations!

We have received your details!

We'll share General Studies Study Material on your E-mail Id.

Download your free content now!

We have already received your details!

We'll share General Studies Study Material on your E-mail Id.

Incorrect details? Fill the form again here

General Studies PDF

Thank You, Your details have been submitted we will get back to you.
[related_posts_view]

Leave a comment

Your email address will not be published. Required fields are marked *