Computer Studies Paper 1 Questions and Answers - Moi Tea Mock Examinations 2022

Share via Whatsapp

Questions

Instructions to candidates:

  • Write your name and index number in the spaces provided at the top of this page.
  • Sign and write the date of examination in the spaces provided above
  • This paper consists of TWO sections; A and B
  • Answer question 16 and any other THREE questions from section B.
  • All answers should be written in the space provided on the question paper

SECTION A [40 MARKS]
Answer all questions in this section

  1. Outline three distinctions between a super computer and microcomputer. [3 marks]
  2. State four features of fifth generation computers. [4 marks]
  3.      
    1. Explain two uses of forms in database design. [2 mark]
    2.      
      1. Define the term control as used in report and form design. (1 mark)
      2. Explain briefly the difference between bound and unbound controls. ( 2marks)
  4. State any two differences between function keys and special keys of a keyboard. [2 marks]
  5. In system development, testing is one of the critical stages. Give three reasons why the testing phase is critical to the systems developer. [3 marks]
  6. Write the following abbreviations in full. [3 marks]
    1. BCD
    2. ASCII
    3. EBCDIC
  7. State two properties that an operating system display about a file. [1 mark]
  8. Differentiate between Computer Aided Design CAD and Computer Aided Manufacture (CAM). [4 marks]
  9.        
    1. Distinguish between a primary key and index key as used in databases. [2 marks]
    2. Explain the relevance of foreign key in a database entity. (1 mark)
  10. List three differences between laser printer and a dot matrix printer. [3 marks]
  11. Name an input or output device used in the following tasks. (2 mark)
    1. Capturing still images
    2. Printing detailed architectural designs
    3. Playing flight and driving games
    4. Capture data at ATM
  12. What is the use of the search and replace feature in a word-processor. (1 mark)
  13. State two ways in which a computer may be used in efficient running of a hospital. (2 marks)
  14. The formula = $A4*C$3 was entered in cell D4. What will be the formula if it is copied to cell F10. [1 marks]
  15. Name any three methods that can be used to test a program of errors. (3 marks)

SECTION B [60 MARKS
Answer question 16 and any other three questions from this section.

  1.      
    1. Design a flowchart for a simple program that can be used to categorize people according to age. If the person is above or equal 18 years, output “Adult” otherwise output “Young”.
      (8 marks)
    2. What is the difference between looping and selection? (2 marks)
    3. Name the stage of program development cycle when: [2 marks]
      1. A user guide would be written
      2. A programmer dry-turn the code
      3. System charts would be drawn
      4. Staff training is done
    4. State the three translators used in programming. (3 marks)
  2.  
    1. Define the term data communication. (1 mark)
    2. Explain the following terms as used in data communication. (2 marks)
      1. Bandwidth
      2. Attenuation
    3. Explain the following three types of computer networks. (3 marks
      1. LAN
      2. MAN
      3. WAN
    4.  
      1. What are robots? (1 marks)
      2. Outline any four advantages of using robots in industries over human beings. (2 marks)
    5. Describe the following communication modes giving an example in each case. (6 marks)
      1. Simplex
      2. Half duplex
      3. Full duplex
  3.     
    1. List two characteristics of good information. [2 marks]
    2.      
      1. What is a database management system? [1 mark]
      2. State and explain three database models. (3 marks)
    3. Describe the following types of files.
      1. Master file (2 marks)
      2. Backup file (2 marks)
      3. Transaction file (2 marks)
    4. Explain the file organization methods given below.
      1. Serial (1 mark)
      2. Indexed sequential (1 mark)
      3. Random (1 mark)
  4.  
    1. A shopkeeper of a small shop at Longisa has bought desktop computer to assist him in performing his business activities. He has been advised that before he can use it to work he has to install it with an operating system. State any six factors to consider when choosing the operating system. [6 marks]
    2. With reference to disk management explain what is meant by the terms below.
      1. Formatting (1 mark)
      2. Defragmentation (1 mark)
      3. Disk partitioning (1 mark)
    3. Give any two reasons that may make the shopkeeper to partition the computer disk. [2 marks]
    4. The shopkeeper one day switched on the computer and experienced a number of problems with windows operating system that he had installed. The problems included failure to load the operating system during the booting. After several trials of switching on the computer, it hangs so often alongside abnormal restarting. State any four possible causes for the computer’s behaviour. (4 marks)
  5.  
    1. Describe the octal number system. (2 marks)
    2. Convert each of the following to the number system indicated:
      1. 111.1012 to decimal; (3 marks)
      2. 14.687510 to binary [4 marks]
    3. Convert the number -1710 into 8-bit:
      1. signed magnitude representation; (2 marks)
      2. two’s complement (2 marks)
    4. Perform the arithmetic operation. (2 marks)
      110.112 + 11.0112

Marking Scheme 

  1. Outline three distinctions between a super computer and microcomputer. [3 marks]
     S.No  Supercomputer  Microcomputer
     i  Large in size  Small in size
     ii  Have huge processing speed  Low processing speed
     iii  Generate a lot of heat  Generate less heat
     iv  Expensive to purchase  Cheaper to purchase
  2. State four features of fifth generation computers. [4 marks]
    • Use of expert system
    • Support the use of natural language
    • Support distributed computing
    • Support artificial intelligence and voice recognition
    • Support parallel processing
    • Small in size/portable
  3.   
    1.  Explain two uses of forms in database design. [2 mark]
      • Enter data into tables
      • Display data from tables and queries
    2.  
      1. Define the term control as used in report and form design. (1 mark)
        • A control is an object such as a textbox, checkbox, command button or shapes that you place on a from design grid to display data or perform actions.
      2.  Explain briefly the difference between bound and unbound controls.(2marks)
        • A bound control is one whose source of data is a field in a table or a query while unbound control is not connected to any data source.
  4. State any two differences between function keys and special keys of a keyboard. [2 marks]
     Function keys  Special keys
      Normally used singly to execute tasks  Normally used in combination with other keys to execute task.
     nitiate frequently done task to occur  Give special instruction to the computer
  5. In system development, testing is one of the critical stages. Give three reasons why the testing phase is critical to the systems developer. [3 marks]
    • Helps to ensure that the logical ad physical designs and environment are to the users satisfaction
    • Help to detect and correct errors
    • Gives proof to those skeptical about the working of the system
    • Helps to establish how the system works under various conditions.
  6. Write the following abbreviations in full. [3 marks]
    • BCD -Binary Coded Decimal
    • ASCII -American Standard Code For Information Interchanger.
    • EBCDIC -Extended Binary Coded Decimal Interchange Code
  7. State two properties that an operating system display about a file. [1 mark]
    • The date and time the file was created or modified
    • The size of the file
  8. Differentiate between Computer Aided Design (CAD) and Computer Aided Manufacture (CAM). [4 marks]
    • CAD refers to an Integrated system that allows products to be designed using design application software whereas CAM are systems that allow products designed using design applications to be transmitted into an automated manufacturing systems for the product to be manufactured as per the computer model.
  9.  
    1. Distinguish between a primary key and index key as used in databases. [2 marks]
      • A primary key is an index that uniquely identifies each record stored in a table and it prevents the user from making duplicate entries.
      • An index is a key used to speed up searching and sorting of records in a table.
      • A foreign key is a field in a table that matches the primary field of another table and is used to establish relationships between the tables.
    2. Explain the relevance of foreign key in a database entity. (1 mark)
      • A foreign key is a field in a table that matches the primary field of another table and is used to establish relationships between the tables.
  10. List three differences between laser printer and a dot matrix printer. [3 marks]
     Laser printer  dot matrix printer
     High print speed   low printing speed
     Can do no multiple jobs  can’t do multiple jobs
     quiet printing  noisy printing
     Uses photocopier techniques  characters formed by combination of dots
     High print quality   low print quality
  11. Name an input or output device used in the following tasks. (2 mark)
    1. Capturing still images
      • Digital camera
    2. Printing detailed architectural designs
      • plotter
    3. Playing flight and driving games
      • Joy stick
    4. Capture data at ATM
      • Touch screen/keypad
  12. What is the use of the search and replace feature in a word-processor. (1 mark)
    • To locate a particular word or character or text
    • To locate and replace the occurrence of a particular words text or character with another
  13. State two ways in which a computer may be used in efficient running of a hospital. (2 marks)
    • Storing patients records
    • Monitoring patients e.g. babies in incubators, ICUs etc.
    • Diagnosis, data from sensors attached to the patient can be fed into a computer e.g. in heart ailments CAT and MRI scans
    • Medical training e.g. using simulations software to show how a body part works
  14. The formula = $A4*C&3 was entered in cell D4. What will be the formula if it is copied to cell F10. [1 mark]
    • = $A10*C & 3
  15. Name any three methods that can be used to test a program of errors. (3 marks)
    • Desk checking (Dry-run)
    • Using debugging utilities
    • Using test data
  16.      
    1. Design a flowchart for a simple program that can be used to categorize people according to age. If the person is above or equal 118 years, output “Adult” otherwise output “Young”. (8 marks)
      Comsp01qa16a
    2. What is the difference between looping and selection? (2 marks)
      • Looping executes the same block of code (module) again and again until a certain condition is fulfilled, while in selection, execution of a statement(s) depends on a condition that returns true or false (yes/No)
    3. Name the stage of program development cycle when: [2 marks]
      1. A user guide would be written
        • Documentation
      2. A programmer dry-turn the code
        • Testing and Debugging
      3. System charts would be drawn
        • Program Design
      4. Staff training is done
        • Implementation
    4. State the three translators used in programming. (3 marks)
      1. Assemblers
      2. Compilers
      3. Interpreters
  17.    
    1. Define the term data communication. (1 mark)
      1. Refers to the process of transmitting data signal from one point to another through the network
    2. Explain the following terms as used in data communication. (2 marks)
      1. Bandwidth
        • This is the maximum amount of data that a transmission medium can carry at any one time
      2. Attenuation
        • This is the decrease in magnitude and energy as a signal progressively moves along a transmission medium
    3. Explain the following three types of computer networks. (3 marks)
      1. LAN
        • This is a computer network that spans a relatively small geographic area like one building or a school
      2. MAN
        • A network that covers a medium-size geographical area like a town or city
      3. WAN
        • A network that covers unlimited geographical area
    4.  
      1. What are robots? (1 marks)
        • These are computer controlled devices usually in form of mechanical and are used to manipulate objects
      2. Outline any four advantages of using robots in industries over human beings. (2 marks)
        • They do not make mistakes
        • They work under hazardous conditions
        • Are quite efficient
        • Work tirelessly for long hours
    5. Describe the following communication modes giving an example in each case. (6 marks)
      1. Simplex
        • A transmission mode which allows transmission of data in only on direction. An example is the normal radio or television broadcast.
      2. Half duplex
        • A transmission mode which allows transmission of data in two directions, but only one direction at a time e.g. the police radio calls.
      3. Full duplex
        • A transmission mode which allows transmission of data in two directions concurrently e.g. telephone transmission.
  18.         
    1. List two characteristics of good information. [2 marks]
      • Relevant to its purposes
      • From reliable source
      • Correct, accurate and complete
      • Communicated to the right person and at the correct time.
    2.  
      1. What is a database management system? [1 mark]
        • A program that manages the storage, manipulation and access data from the database
      2. State and explain three database models. (3 marks)
        • Network - data is represented as a collection of records and relationships joined by links
        • Relational- data is held as a collection of tables.
        • File-data items are stored sequentially in one large file
    3. Describe the following types of files.
      1. Master file (2 marks)
        • A file that holds permanent data in an organization against which transaction are processed.
      2. Backup file (2 marks)
        • A file created from existing master file to store duplicate copies that can be used to store the original file in the event of loss or damage
      3. Transaction file (2 marks)
        • A file that holds temporary incoming and outgoing data in an organization for a given period of time.
    4. Explain the file organization methods given below.
      1. Serial (1 mark)
        • Records are written onto the disk in the order in which they come with no regard for sequence.
      2. Indexed sequential (1 mark)
        • Records are arranged on disk in sequence with an index added for easier access.
      3. Random (1 mark)
        • Records are arranged on disk randomly with no obvious relationships among them.
  19.         
    1. A shopkeeper of a small shop at Longisa has bought desktop computer to assist him in performing his business activities. He has been advised that before he can use it to work he has to install it with an operating system. State any six factors to consider when choosing the operating system. [6 marks]
      • Hardware configurations
      • Basic design of the compute
      • Applications intended for the computer
      • User friendliness
      • Availability in the market
      • Cost
      • Reliability
    2. With reference to disk management explain what is meant by the terms below.
      1. Formatting (1 mark)
        • Preparing disks for data storage by creating sectors and track on the disk surface
      2. Defragmentation (1 mark)
        • The rearrangement of scattered files on a storage media in order to speed up access to files.
      3. Disk partitioning (1 mark)
        • The process of dividing a large physical disk into two or more portions/logical drives or volumes
    3. Give any two reasons that may make the shopkeeper to partition the computer disk. [2 marks]
      • In order to install more than one operating system on the same disk.
      • In order to be able to make back up on the same disk
      • For security purposes, in case one partition fails the second partition remains functional.
    4. The shopkeeper one day switched on the computer and experienced a number of problems with windows operating system that he had installed. The problems included failure to load the operating system during the booting. After several trials of switching on the computer, it hangs so often alongside abnormal restarting. State any four possible causes for the computer’s behaviour. (4 marks)
      • Hardware conflict or incompatibility possibility due to interrupt requests or missing device drivers
      • Possibility of a problem in the installation process
      • Problem with hard disk boot sector due to damage or virus attack
      • Insufficient memory
      • Corrupted system windows registry
  20.  
    1. Describe the octal number system. (2 marks)
      • Each symbol is represented by 3 bits
        The number is made up of 8 symbols
        0,1,2-----7
        Maximum value of a single digit is 7
        The number system uses base 8
    2. Convert each of the following to the number system indicated:
      1. 111.1012 to decimal; (3 marks)
        • 111=1x22+1x21+1x20=4+2+1 = 710
          0.101 = 1x2-1+1x2-2+1x2-3
          = 0.5+0.25+0.125
          = 0.62510
          ⁖111.1012 = 7.62510
      2. 14.687510 to binary [4 marks]
        • 14 = 11102
          0.6875x2 = 1.375
          0.375x2 = 0.75
          0.75x2 = 1.50
          0.50x2 = 1.00
          Decimal portion
          0.10112
          1110.10112
    3. Convert the number -1710 into 8-bit:
      1. signed magnitude representation; (2 marks)
        • 1710 = 10001 or 100012
          Signed magnitude representation 10010001
      2. two’s complement (2 marks)
        • 1710 = 10001
          In 8 bit 00010001
          Reverse bits
          11101110
                    +1  
          11101111
          = 111011112
    4. Perform the arithmetic operation. (2 marks)
      • 110.112 + 11.0112
      • 110.110
        011.011
        1010.001
        1010.0012
Join our whatsapp group for latest updates

Download Computer Studies Paper 1 Questions and Answers - Moi Tea Mock Examinations 2022.


Tap Here to Download for 50/-




Why download?

  • ✔ To read offline at any time.
  • ✔ To Print at your convenience
  • ✔ Share Easily with Friends / Students


Get on WhatsApp Download as PDF
.
Subscribe now

access all the content at an affordable rate
or
Buy any individual paper or notes as a pdf via MPESA
and get it sent to you via WhatsApp

 

What does our community say about us?