Skip to main content

Important objective type questions 1-50

Important fill in the blanks questions about computer fundamentals


  1. FTP stand for     file transfer protocol.
  2. Lady ADA is the mother of computer.
  3.    VINT CERF     is the father of Internet.
  4. Nibble consists of   4   bits.
  5.   Google     and   Yahoo   are the two search engines.
  6. TCP/IP stands for Transmission control protocol/Internet protocol.
  7. One sector on Hard Disk holds   512    bytes. 
  8. Dos, window and UNIX are three operating systems.
  9. Demodulation converts Analog signal into Digital signal.
  10. ARPANET stands for advanced research project agency network.
  11. URL stands for uniform resource locator.
  12. Charles Babbage is the father of computer.
  13. Lady ADA is the first computer programmer.
  14. Nibble contains 04 numbers of bits.
  15. Name Two Mail service mail Yahoo.com.
  16. VOIP stands for Voice over internet protocol.
  17. One sector holds 512 numbers of bytes.
  18. Name two different Operating systems DOS and Windows.
  19. The process of demodulation converts digital signal into analog signal.
  20. URL stands for Uniform Resource Locator.
  21. Bit stands for Binary digits.
  22. The smallest unit with which any disk can work is called Byte.
  23. HTML stands for hypertext markup language.
  24. Flow Chart is pictorial representation of an algorithm.
  25. Rules that govern the data over Internet are called Internet protocol.
  26. Pixel stands for picture element.
  27. MAN stands for matropoliton area network.
  28. In Ms Word, short key for changing the case of letter is shift +F3.
  29. In Ms Excel, the shortcut key to insert current time is CTRL + : and for current date is CTRL + ;
  30. Byte is the basic storage unit in a general-purpose computer.
  31. Flow chart can be regarded as graphically representation of algorithm.
  32. LASER stands for light amplification by stimulated emission of radiation.
  33. LCD as in LCD monitor stands for liquid crystal display. and LED stands for Light emitting Diode
  34. Information can be regarded as processed data.
  35. Collection of 8 bits is called a byte whereas collection of 4 bits is called   Nibble.
  36. A word, in computer terminology contains     16    bits.
  37. CRT as in CRT monitor stands for cathode ray tube.
  38. VAN as a network stands for value added network.
  39. ANSI stands for American National standards Institute.
  40. Radix for Octal Number System is     8.
  41. HUB is an abbreviation for _Hellenic United Backbone.
  42. FAT stands for   file allocation table.
  43.     Flow chart   may be considered as the graphical counterpart of an algorithm.
  44. Algorithm is a step-by-step procedure to solve a particular problem.
  45. (80)10 =    (1010000)2 [ divide 80 by 2 repeatedly until quotient is zero, write down remainders from bottom to top.]
  46. ASCII is an abbreviation for American standard Code for Information Interchange.
  47. BCD stands for Binary coded decimal.
  48. SDLC stands for system development life cycle.
  49. In Ms Office Suite, the shortcut key for CLOSE ALL is   Alt + F4.
  50. PCI is an abbreviation for   peripheral component Interconnect.
1. Important
objective type questions 1-50


2. Important
Objective Type Questions 51-100


3. Important
Ojective Type Questions 101-155

Comments

Popular posts from this blog

Explain different types of storage devices

Topic: Explain different types of storage devices in Computer systems Storage Devices Storage devices are used to store data and instructions permanently. Storage devices are also called secondary storage devices / backing storage devices / external storage devices or auxiliary storage devices. Examples of storage devices include Hard Disk, CD and DVD etc. Why Secondary Storage Devices are Used? Secondary storage devices are used because: Primary memory(RAM) is volatile and temporary. When computer is switched off, all data in ram is erased. Storage devices can store large amounts of data and instructions permanently whereas Primary memory has less capacity of storing data. Types Of Storage Devices There are three main types of storage devices:  Magnetic Tape   Magnetic Disk   Optical Disk   Flash Memory storage devices 1. Magnetic Tape Magnetic tape is the oldest storage device. It is made of plastic coated with m...

Electricity Bill Calculator Formulas in Excel

Today, we will discuss How to create an Electricity Bill Calculator Worksheet by using Electricity Bill Calculator Formulas in Excel . The following formulas will be used in Electricity Bill Calculator Worksheet: Q: Prepare a worksheet according to the following instructions: Create a worksheet in MS Excel according to the requirements Enter sample data of Electricity units consumed by customers in a city Apply formula to calculate Units Consumed Apply formula to calculate Electricity Charges Apply formula to calculate Surcharge Apply formula to calculate Bill Payable Note: Every formula will start from  =  Units Consumed Formula=D5-C5 Electricity Charges Formula=IF(E5>200, E5*15,IF(E5>100, 1000+(E5-100)*12, E5*10)) SURCHARGE FORMULA = IF(F5>5000, F5*5%,IF(F5>1000, F5*3%, 0)) BILL PAYABLE FORMULA = SUM(F5:G5) Download Excel Electricity Bill Calculation Worksheet Free  Image for Electricity Bill Calculator Formulas ...

Explain Main Difference Between System Software and Application Software

Topic: Explain Main Difference Between System Software and Application Software            Differentiate between system software and application software Before , explaining the main differences between application software and system software, let us know the definitions of Application software and System software with examples. What is System Software: System software is a set of programs to control all components of computer and to manage overall operations of computer system. Differences between System software and application software System software is used as a base to install and run all application software. Examples of system software include: Operating Systems, like Microsoft Windows, DOS, Unix and Linux Device Drivers like Device driver software of a Printer (found on CD normally provided with the printer) Utility Programs like AVAST anti virus, Disk Scanners and File Viewers etc. What is Applicat...