• No results found

coMPUTerS AND INForMATIoN TechNoLogy

In document Class 9 Nco 5 Years e Book 16 (Page 38-41)

(A) (B) (C) (D)

20. P, Q, r, S, T, U, V and W are sitting in circle and are facing the centre. If P is second to the right of T who is the neighbour of r and V, S is not the neighbour of P, V is the neighbour of U, Q is not between S and W & W is not between U and S, then which of the following is correct?

(A) V is between U and T. (B) R is between U and V.

(C) Q is to immediate left of W. (D) U is between W and S.

coMPUTerS AND INForMATIoN TechNoLogy

21. Which of the following types of rAM modules would you prefer to buy if you own a notebook computer or a small computer which has limited space?

(A) SO-DIMM (B) RIMM (C) SIMM (D) SIPP

22. Scripts are commonly used when designing a webpage. What are scripts?

(A) A library of HTML pages

(B) An executable file which contains a list of functions (C) A list of variables defined and used in HTML page

(D) A list of executable commands to provide additional functionality on a Web page

23. you have to insert a smiley image – smiley.gif in a hTML page that you are creating. you also want the smiley to be moving – changing from a laughing smiley to a crying smiley and so on.

Assuming that the gif file has the necessary content to allow movement of images, which of the following hTML code will help you achieve the movement?

(A) <img src="smiley.gif" alt="Smiley face" width="32" height="32">

(B) <movingimg src="smiley.gif" alt="Smiley face" width="32" height="32">

(C) <src="smiley.gif" alt="Smiley face" width="32" height="32" move =”YES”>

(D) <src="smiley.gif" alt="Smiley face" width="32" height="32" move =”LAUGH”>

<src="smiley.gif" alt="Smiley face" width="32" height="32" move =”CRY”>

24. What will be the output of the given hTML code?

<h4>circle bullets list:</h4>

<ul style="list-style-type:circle">

Circle bullets list:

Apples Bananas

Lemons Oranges

(B)

Circle bullets list:

Apples

26. Match the following terms.

column-I column-II

(i) A method designed for distributing, searching and retrieving documents over the Internet.

(a) ethernet

(ii) gPrS is this type of radio System (b) Server

(iii) LAN hardware standard capable of linking up number of computer systems.

(c) general Packet

(iv) handles heavy duty jobs such as sorting and routing e-mails, maintaining websites, etc.

(d) Spam

(v) Unsolicited and often commercial message transmitted over the internet as a mass mailing to a large number of recipients.

28. This is a type of printer in which ink is heated up to a boiling point. As a result of boiling, bubbles are formed at the nozzle end. The bubbles then burst and ink is transferred to the paper as required.

Identify it.

(A) Dot Matrix printer (B) Inkjet printer (C) Laser printer (D) Electrostatic printer 29. In Visual Basic, this is a property of TextBox control determines whether we can move or resize

a control?

(A) Text (B) Multiline (C) Max Length (D) Locked

30. Why do multimedia files occupy more space compared to other files?

(A) Due to presence of text in multimedia content.

(B) Due to presence of sound and picture files in multimedia content.

(C) Multimedia content is created by complex software.

(D) Due to multimedia content is created using C/C++ programming languages.

31. Anil has built a new office which spans 3 floors in a building. however, while building the office, he did not cater to networking requirements for his office – to connect all computers, printers, and, internet such that all vital resources could be shared. hence, internal cables for networking were not laid. Now he wants to setup a networked office. he was suggested that he should set up a Wireless network. Which of the following technologies should he use?

(A) Bluetooth (B) Infrared (C) Wi-Fi (D) ISDN

32. ________ cables are used to connect a computer to a switch or a hub.

_________ cables are used to connect two computers directly with one another.

(A) Patch, Optical (B) Crossover, Co-axial (C) Patch, Crossover (D) Cord, Co-axial 33. given below is the process to convert Tab Separated Text to a table in MS-Word 2010. Arrange

the steps in the process in the correct order.

I. Specify the separation character in the convert Text to Table dialog II. highlight the text

III. Select Insert tab→Table→convert Text to Table

IV. Make sure that the text is separated by a tab or some other unique mark.

V. click oK

(A) II, IV, III, I, V (B) IV, II, III, I, V (C) V, II, IV, III, I (D) IV, III, V, I, II, I 34. The error #reF! in MS-excel 2010 indicates _______.

(A) Cells may have been deleted or pasted over

(B) The column is not wide enough to display the contents of this cell (C) Name has not been referred correctly (D) None of these

35. In MS-PowerPoint 2010, which of the following allows you to use automatic slide timings to move through a slide show continuously?

(A) Add Effect (B) Loop (C) Animation (D) Advance Slide

36. Which of the following symbols in Flowcharts is used for asking a question whose answer determines the next path?

(A) (B) (C) (D)

37. A type of animation created by physically manipulating real-world objects and photographing one frame of film at a time to create the illusion of movement is known as ____ animation.

(A) Flip-book (B) Stop-motion (C) Rotoscoping (D) Live-action

38. _______ port is a laptop technology by which it can capture, display and record full-frame video in real time from various input devices such as digital movie cameras.

(A) VGA (B) ZV (C) USB (D) PS/2

39. The "eye" icon in Flash cS6 is associated with _______.

(A) Timeline (B) Layers (C) Tools (D) Frames

40. The following are tags in hTML. classify them as inline and block level tags.

<li> <ol> <h1> <img> <a>

<q> <em> <blockquote>

There are ________ inline tags and _________ block tags.

(A) 4, 4 (B) 3, 5 (C) 5, 3 (D) 6, 2

41. Which of the following tag elements is used to separate sections of text?

(A) <br> (B) <p> (C) <blockquote> (D) All of these 42. What is a virus signature?

(A) The binary pattern of the machine code of a particular virus (B) A type of antivirus program

(C) A type of security measure (D) None of these

43. Which of the following functions is used to copy data located in a row into a column or copy data located in a column into a row in MS-excel 2010?

(A) COPY (B) PASTE (C) TRANSPOSE (D) SYMMMETRIC

44. In MS-PowerPoint 2010, is used to ______.

(A) Add new animation (B) Copy animation (C) Preview animation (D) Rewind animation 45. how many times will the given code print "hello" in Visual Basic?

For i=1 to 5 Print “hello”

For j=1 to 4 Print “hello”

Next j Next i

(A) 9 (B) 20 (C) 19 (D) 25

In document Class 9 Nco 5 Years e Book 16 (Page 38-41)

Related documents