81
IT QUIZ BEE

IT QUIZ BEE

Embed Size (px)

DESCRIPTION

NUCCS Quiz Bee Questionnaire for yr. 2012

Citation preview

Page 1: IT QUIZ BEE

IT QUIZ BEE

Page 2: IT QUIZ BEE

Easy Round

Next

Page 3: IT QUIZ BEE

1. It is known as the brain of the computer.

A. RAMB. Central Processing UnitC. MotherboardD. ROM

Answer

Page 4: IT QUIZ BEE

2. Which of the following is NOT a capability of a computer?

A. Can process data in a high speedB. Can store a vast amount of dataC. Can detect errors and correct themD. Can process user’s instructions accurately

Answer

Page 5: IT QUIZ BEE

3. A collection of raw facts is known as what?

A. InformationB. OutputC. DataD. Query

Answer

Page 6: IT QUIZ BEE

Answer:

C. Data

Page 7: IT QUIZ BEE

A. Machine LanguageB. Assembly LanguageC. Low-Level LanguageD. High-Level Language

Answer

4. Cobol, Fortran and Pascal are in what level of programming language?

Page 8: IT QUIZ BEE

5. Which of the following is not a compressed file extension?

A. .zipB. .jarC. .rawD. .cab

Answer

Page 9: IT QUIZ BEE

6. HTML tags are case sensitive

A. TrueB. False

Answer

Page 10: IT QUIZ BEE

7. How many bytes are there in 1 kilobyte?

A. 1024 bytesB. 1000 bytesC. 1000000 bytesD. 1100 bytes

Answer

Page 11: IT QUIZ BEE

8. What programming language is advisable to use if you are going to develop a dynamic

Web page?

A. JavaB. PHPC. C++D. Visual Basic.NET

Answer

Page 12: IT QUIZ BEE

9. What is the meaning of URL?

A. Unified Resource LocatorB. Uniform Resource LocationC. Unified Resource LocationD. Uniform Resource Locator

Answer

Page 13: IT QUIZ BEE

10. What is the collection of data stored in a computer storage medium?

A. DatabaseB. InformationC. FilesD. Records

Answer

Page 14: IT QUIZ BEE

Average Round

Next

Page 15: IT QUIZ BEE

1. Which of the following is NOT a valid hexadecimal?

A. 100110B. 1FE00AC. 245679D. 20FH09E. ABCDEF

Answer

Page 16: IT QUIZ BEE

2. Which of the following has the largest data size?

A. 4000 GBB. 5, 000, 000, 000 KBC. 3, 000, 000 MBD. 2 TB

Answer

Page 17: IT QUIZ BEE

Answer

B. 5, 000, 000, 000 KB

Page 18: IT QUIZ BEE

3. According to Wikipedia, he is the man who “helped shape the digital era”. He developed the Unix Operating System with his colleague Ken Thompson. He died last October 12, 2011. Who is this very influential man in world of Information Technology?

A. Steve JobsB. Paul AllenC. Steve WozniakD. Dennis Ritchie

Answer

Page 19: IT QUIZ BEE

4. PDF is a file format representing images of printable pages. What does PDF means?

A. Portable Data FileB. Portable Data FormatC. Portable Document FileD. Portable Document Format

Answer

Page 20: IT QUIZ BEE

Answer:

C. Portable Document File

Page 21: IT QUIZ BEE

5. In MENU Conventions, what is the symbol following an item that when clicked, a special window called dialog box appears?

A. Right- Pointing Triangle ( )B. Ellipsis (…)C. Checkmark ( )D. Grayed-out items

Answer

Page 22: IT QUIZ BEE

Answer:

B. Ellipsis (…)

Page 23: IT QUIZ BEE

6. In e-mail, what does BCC means?

A. Black Carbon CopyB. Blind Carbon CopyC. Business Carbon CopyD. Business Computer CenterE. Business Card Copy

Answer

Page 24: IT QUIZ BEE

7. Who is known as the first computer programmer?

A. Charles BabbageB. Konrad ZuseC. Ada ByronD. Grace HopperE. Frederic Williams

Answer

Page 25: IT QUIZ BEE

8. What does UNIX stands for?

A. UNIform eXchangeB. UNIt eXchangeC. UNIversal eXchangeD. It is not an acronymE. None of the above

Answer

Page 26: IT QUIZ BEE

9. Which of the ff. statements is/are FALSE about the internet?1. Internet is a network of networks.2. Internet is the world’s largest network.3. Nobody owns the internet.4. An internet account from an Internet Service Provider is

needed to connect to the internet.

A. Statements 2B. Statement 3C. Statements 2, 3 and 4D. Statement 3 and 4E. All statements are True

Answer

Page 27: IT QUIZ BEE

10. Where does the headquarters of Microsoft located?

A. Santa Clara, CaliforniaB. Redmond, WashingtonC. Richmond, VirginiaD. Tucson, Arizona

Answer

Page 28: IT QUIZ BEE

Difficult Round

Next

Page 29: IT QUIZ BEE

#include<iostream.h> #include<conio.h> void main() {

int a=0,c,b=1; while(b<=21){c=a+b;cout<<a; a=b; b=c;

} getch(); }

A. 012351321B. 01123581321C. 01123513D. 011235813E. 01123581321

Answer

1. What is the output of the following c++ code:

Page 30: IT QUIZ BEE

2. In what line/s does the following C++ code has error:

line 1: #include<iostream.h>line 2: #include<conio.h>line 3:line 4: void main(){line 5:line 6: for(int a=0; a<=7; a++){line 7: for(int b=1;b<=a; b++ ){line 8: cout>>a;line 9: }line 10: cout>>"\n";line 11: }line 12: getch()line 13: }

Answer

Page 31: IT QUIZ BEE

3. Who is the successor of Steve Jobs as the new CEO of Apple Inc.?

Answer

Page 32: IT QUIZ BEE

4. What will be the output of the ff. c++ code if all variables will increase by 1?

#include<iostream.h>#include<conio.h>

void main(){int k=5, l=3, m=7, n=1, o=1;

cout<<“k\n”;cout<<“l\n”;cout<<“m\n”;cout<<“n\n”;cout<<“o\n”;

getch();}

Answer

Page 33: IT QUIZ BEE

klmno

Answer:

If the character after the cout<< is enclosed with “ ” (quotation marks), it means that it will print the character as is. While the “\n” means new line.

Page 34: IT QUIZ BEE

5. In Windows XP, what does XP means?

Answer

Page 35: IT QUIZ BEE

6. Convert the following hexadecimal digits into decimal:

7DC

Answer

Page 36: IT QUIZ BEE

7. How many minutes will it take for a 16 x CD-R drive to record a full audio which has a runtime of 64 minutes?

A. 4 minutesB. 8 minutesC. 16 minutesD. 32 minutes

Answer

Page 37: IT QUIZ BEE

8. What is the name of the Dolphin in the logo of MySQL?

A. ShakiraB. SekilaC. ShakilaD. Sakila

Answer

Page 38: IT QUIZ BEE

9. What is the decimal value of the largest possible 16-digit binary number?

A. 65535B. 9999999999999999C. 10000D. 1011010E. 839121

Answer

Page 39: IT QUIZ BEE

10. What does the acronym CAPTCHA means?

Answer

Page 40: IT QUIZ BEE

Extra Questions for Easy

Page 41: IT QUIZ BEE

What is the first microprocessor that has been released by Intel?

A. Intel 8080B. Intel 8008C. Intel 4004D. Intel 4040

Answer

Page 42: IT QUIZ BEE

What is the symbol of the OR Gate?

A.

B.

C.

D. Answer

Page 43: IT QUIZ BEE

Extra Questions for Average

Page 44: IT QUIZ BEE

The first computer with GUI and Mouse

A. Z1B. Apple 1C. Apple LisaD. Altair

Answer

Page 45: IT QUIZ BEE

On what year does the computer became TIME Magazine’s Man of the Year?

A. 1980B. 1981C. 1982D. 1983

Answer

Page 46: IT QUIZ BEE

Extra Questions for Difficult

Page 47: IT QUIZ BEE

What does the acronym JPEG means?

Answer

Page 48: IT QUIZ BEE

What is the default IP address of the Local Area Network?

Answer

Page 49: IT QUIZ BEE

ANSWERS

Page 50: IT QUIZ BEE

Answer:

B. Central Processing Unit

Next

Page 51: IT QUIZ BEE

Answer:

C. Can detect errors and correct them.

Computers can detect errors but it cannot correct errors without the user’s intervention

Next

Page 52: IT QUIZ BEE

Answer:

D. High-Level Language

Next

Page 53: IT QUIZ BEE

Answer:

C. .raw

.raw is an image file generated by digital cameras and contains uncompressed, raw image data, it can be

adjusted for exposure and white balance in software after saving the image to the computer.

Next

Page 54: IT QUIZ BEE

Answer:

B. False

Next

Page 55: IT QUIZ BEE

Answer:

A. 1024 bytes

Next

Page 56: IT QUIZ BEE

Answer:

B. PHP

Next

Page 57: IT QUIZ BEE

Answer:

D. Uniform Resource Locator

Next

Page 58: IT QUIZ BEE

Answer

A. Database

Average Round

Page 59: IT QUIZ BEE

Answer:

D. 20FH09

Hexadecimal digits includes 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D, E and F. H is not a hexadecimal digit.

Next

Page 60: IT QUIZ BEE

Answer:

D. Dennis Ritchie

Next

Page 61: IT QUIZ BEE

Answer:

B. Blind Carbon Copy

Next

Page 62: IT QUIZ BEE

Answer:

C. Ada Byron

Next

Page 63: IT QUIZ BEE

Answer:

D. It is not an acronym

Next

Page 64: IT QUIZ BEE

Answer:

E. All statements are True

Next

Page 65: IT QUIZ BEE

Answer:

B. Redmond, Washington

Difficult Round

Page 66: IT QUIZ BEE

Answer:

D. 011235813

Next

Page 67: IT QUIZ BEE

Answer:

Line 8, Line 10, Line 12

In line 8 and 10, “>>” signs should not be used with “cout”, it should be used with “cin”, while line 12 contains no terminator (;).

Next

Page 68: IT QUIZ BEE

Answer:

Timothy “Tim” Cook

Next

Page 69: IT QUIZ BEE

Answer:

eXPerience

Next

Page 70: IT QUIZ BEE

Answer:

2012

Next

Page 71: IT QUIZ BEE

Answer:

A. 4 minutes

4×, 8×, 16× or 64× describes a CD or DVD drive, able to transfer data at 4, 8, 16 or 64 times the speed of normal audio or video.

Next

Page 72: IT QUIZ BEE

Answer

D. Sakila

Next

Page 73: IT QUIZ BEE

Answer

A. 65535

The largest 16 digit binary number is 1111111111111111 and if you convert it to decimal, you will get 65535.

Next

Page 74: IT QUIZ BEE

Answer:

Completely Automated Public Turing test to tell Computers and

Humans Apart

Page 75: IT QUIZ BEE

Extra Questions Answers

Page 76: IT QUIZ BEE

Answer

C. Intel 4004

Page 77: IT QUIZ BEE

Answer

B.

Page 78: IT QUIZ BEE

Answer

C. Apple Lisa

Page 79: IT QUIZ BEE

Answer

C. 1982

Page 80: IT QUIZ BEE

Answer

Joint Photographic Experts Group

Page 81: IT QUIZ BEE

Answer

192.168.1.1 or

192.168.1.100