Computer Studies Paper 1 Questions and Answers - Royal Exam Series Post Mock Trial Exams 2022

Share via Whatsapp

COMPUTER STUDIES
PAPER 1

INSTRUCTION TO CANDIDATE

  • This paper consist of TWO sections A and B
  • Answer all questions in section A
  • Answer question 16 and other THREE questions from section B


Questions

Section A (40 marks)
Answer all the questions in this section

  1. Write the following abbreviations in full: (1mark)
    1. WIMP
    2. CMOS 
  2. Give three characteristics of fifth generation computers. (3 marks)
  3. Give three function of the enter/return key on the keyboard: (3 mark)
  4. Name four special memories found in a computer system. (2 marks)
  5. Give two disadvantages of magnetic tapes. (2 marks)
  6. List three advantages of USB interface cable. (3 marks)
  7. Differentiate between: (4 marks)
    1. Save and save as command.
    2. Insert and Type over mode.
  8. The formula =A1+C2 is initially typed in cell D1. How will it appear when copied to cell F1? (2mks)
  9.                     
    1. Explain two types of paper orientation (2mks)
    2. Differentiate between the following keys (2mks)
      Delete and backspace key
  10. Give four differences between high and low level programming languages (4mks)
  11. Convert the following decimal number to binary. (3marks)
  12. State three ways of representing a negative number in binary. (3marks)
  13. Explain the meaning of the following terms as used in systems development: (2 marks)
    1. Boundary
    2. Environment
  14. Describe two types of errors that can occur during program development. (2 marks)
  15. Give two reasons why observation is sometimes disadvantageous when used in fact finding. (2 marks)

SECTION B (60 marks)
Answer question 16 and any other three questions from this section in the spaces provided.

  1.          
    1. Differentiate between an interpreter and a compiler. (2 marks)
    2. Give three qualities of a good flowchart. (3 marks)
    3. Draw a program flowchart to represent the pseudocode below. (10 marks)
      Begin

      Initialize counter to one
      Initialize sum to zero
      While counter is less than or equal to 7 Do
      Get temperature
      Add Temperature to sum
      Increment counter by 1
      End while
      Compute average temperature as sum divided by counter
      Print average temperature

      End

  2.                        
    1. Study the diagram below and answer the questions that follow:
      CompPstMp1Q17
      1. Name the communication media depicted in the above diagram. (1mk)
      2. Name the parts labelled A, B, C, and D. (4 mks)
    2. Distinguish between bounded and unbounded transmission media, giving two examples in each. (3mks)
    3. Differentiate between a modem and a multiplexer. (2mks)
    4. Explain the function of the following network devices: (3mks)
      1. Network interface card (NIC)
      2. Bridge
      3. Repeater
      4. List two advantages of cell phones over fixed lines. (2mks)
  3.             
    1. Convert each of the following numbers:
      1. 110.1012 to decimal; (3mks)
      2. 12.687510 to binary; (4mks)
    2. Subtract 110.012 from 11001.01012. (2mks)
    3. Using twos complement, perform the following binary arithmetic leaving the answer in binary notation. (6mks)
      (+5410)-(+2910)
  4.        
    1. Describe three types of validation checks as used in data processing. (6mks)
    2. A company has opted to store its employees’ personal details in a computer system. Describe two software methods that may be used to prevent unauthorized access to these details. (4mks)
    3.      
      1. Describe each of the following data processing mode s:
        1. real-time; (2mks)
        2. Interactive. (2mks)
        3. State an application area where real-time data processing mode is applied.(1mk)
  5.                 
    1. Name two responsibilities that are carried out by : (4mks)
      1. Web administrator
      2. Computer trainer
    2. State two reasons why users may resist the introduction of information and communication Technology (ICT) to their place of work (2marks).
    3. Suggest how computers may in future be made more user-friendly for persons that are:
      1. Blind (1mk)
      2. Without hands (1mk)
    4. Describe how computing has been applied to each of the following areas:
      1. Transportation systems. (2mks)
      2. Reservation systems. (2mks)
    5.        
      1. What is an expert system? (1mk)
      2. State any two components of an expert system (2mks)


Marking Scheme

  1. Abbreviations in full: (1mark)
    1. WIMP- Windows, Icons, Menus and Pointing devices.
    2. CMOS- Complimentary metal-oxide semiconductor

  2. Characteristics of fifth generation computers. (3 marks)
    • Have very high processing power than their predecessors.
    • They are smaller than their predecessors.
    • They use artificial intelligence.
    • Massive connectivity to the internet
    • Have superior hardware and software
      Accept comparison with other generation in relation to heat emission
      any 3 award a mark. Max 1x3=3

  3. Functions of the enter/return key on the keyboard: (3 mark)
    • Used to execute a preselected command
    • Used to move the insertion pointer to the beginning of a new line.
    • Used to create empty spaces between lines. award a mark each 1x3=3

  4. Special memories found in a computer system. (2 marks)
    • Buffer
      ii. Cache
      iii. Registers
      iv. Virtual
      Award a 1/2 mark each 1⁄2 x4=2

  5. Disadvantages of magnetic tapes. (2 marks)
    1. Slow because of their linear nature of data records on the tape
    2. Waste on storage space due to inter-record gap.
      Award a mark each 1x2=2

  6. Advantages of USB interface cable. (3 marks)
    1. Very high speed data transmission.
    2. High quality data transmission.
    3. Can be used to connect many peripheral devices daisy chained to a single port.
      Award a mark each 1x3=3

  7. Differentiate between: (4 marks)
    1. Save is a command that is used to save changes made to an existing document while save as is a command that is used to create a brand new file or change location of files.
      Award Two marks if both explanations are correct otherwise don’t award.

    2. In Insert mode, characters appearing to the right of the insertion pointer are pushed to create room for the new ones being typed while in Type over mode, characters appearing to the right of the insertion pointer are erased one by one as they are being replaced by the new ones being typed.
      Award Two marks if both explanations are correct otherwise don’t award.

  8. The formula =A1+C2 is initially typed in cell D1. How will it appear when copied to cell F1? (2marks)
    • =C1+E2
      Deny a mark if the formula does not begin with an equal sign

  9.             
    1. Explain two types of paper orientation (2 marks)
      1. Portrait – whereby the longer side is vertical
      2. Landscape – the longer side is horizontal
        Award half a mark for listing, half mark for explaining for each.

    2. Differentiate between the following keys (2 marks)
      1. Delete Key- Deletes characters from left to right at the insertion pointer
      2. Backspace Key – Deletes characters from right to left.
        Award Two marks if both explanations are correct otherwise don’t award.

  10. Give four differences between high and low level programming languages (4marks)
    • High level languages uses words while low level languages uses mneumonic/ symbolic language
    • High languages are friendly (easy to learn/ understand) while low level languages are difficult
    • High level languages occupies large memory while low level languages use less memory
    • High level languages are easy to program while low level languages are difficult to program
    • High level languages are portable while low level languages are not
      Award one mark for any four correct responses 1x4=4

  11. 9 1/4 to binary: (3marks)
    2 9
    2 4 R 1
    2 2 R 0
    2 1 R 0
      0 R 1
    910=10012


    1⁄4=0.25
    0.25 X 2=0.5
    0.5 X 2=1
    0.25 = 0.012
    Therefore, 91/= 1001.012
    Award one mark for converting the integral part, one mark for converting the fractional part and one mark for the answer.

  12. State three ways of representing a negative number using binary. (3 marks)
    1. Prefixing with an extra sign bit
    2. Using ones compliment
    3. Using twos compliment
      Any two award a mark each 1x2=2

  13. Explain the meaning of following terms as used in systems development: (2 marks)
    1. Boundary: it refers to the space within which the components of a system operates.
    2. Environment: it refers to any entity that falls outside the boundary but interacts with the system.
      Award a mark each for every correct explanation 1x2=2

  14. Describe two types of errors that can occur during program development. (2 marks)
    1. Syntax errors- Emanate from improper use of language rules
    2. Logical errors – errors that make the program not to produce what it is expected
      Award half a mark for stating and half a mark for each correct describing. 1⁄2 x 4 = 2

  15. Reasons why observation is sometimes disadvantageous when used in fact finding. (2 marks)
    1. The person being observed might alter behavior leading to wrong requirements being observed.
    2. The need to be on-site consumes a lot of time.
    3. The personal bias, personal view or looking at things in a particular way often creates obstacle for making valid generalization
    4. Observation is a time taking process.
    5. Checking the validity of observation is always difficult.
      Award a mark each for any two relevant answers 1x2=2

  16.         
    1. The difference between an interpreter and a compiler. (2marks)
      Interpreter  Compiler
      Doesn’t store the object code in the computer memory Stores the object code in the computer memory
      Translates and executes source code to object
      code one line at a time
      Translates the entire source code to object code
      Slow than a compiler Faster than interpreter
      Interpreted object code takes less memory Compiled program require more memory
      Award any 2 correct differences 1x2=2

    2. Qualities of a good flowchart. (3 marks)
      • There should be only one entry and one exit poin
      • It should use neat and correct symbol at each stage.
      • Logical flow should be clearly shown using arrows

    3. Flowchart for the pseudocode.

  17.                   
    1. Study the diagram below and answer the questions that follow:
      1. Name the communication media depicted in the above diagram. (1mk)
        • Satellite communication (Award 1 mark)

      2. Name the parts labelled A, B, C, and D. (4 mks)
        • A -Receiving earth station
        • B -Satellite in space
        • C -Down link
        • D -Up link
          (Award 1 mark x 4 = 4mks)

    2. Distinguish between bounded and unbounded transmission media, giving two examples in each. (3mks)
      • In bounded media, data signals are transmitted from the source to the destination through a restricted pathway, e.g., two open wire cables, twisted pair cables, Coaxial cables, fiber optic cables.
      • Unbounded media transmits data without physical connections, e.g. microwave, satellite, radio, infrared communication.
        (Award 1 mark x 3 = 3marks)

    3. Differentiate between a modem and a multiplexer. (2mks)
      • A Multiplexer enables sending of multiple data signals over the same medium, either simultaneously or at different times.
      • A Modern converts a digital signal to analogue form, so that it can be transmitted over analogue telephone lines.
        (Award 1 mark for each x 2 = 2mks)

    4. Explain the function of the following network devices: (3mks)
      1. Network interface card (NIC)
        • NIC creates a physical link between the computer and the transmission media.
      2. Bridge
        • This is a network device that selectively determines the appropriate network segment for which a message is meant to be delivered.
      3. Repeater
        • A repeater receives a weak signal on the network, cleans and amplifies it for transmission over the next portion of the network. Signals become weak due to attenuation
          (Award 1 mark for each x 3 = 3mks)

    5. List two advantages of cell phones over fixed lines. (2mks)
      • Are cheaper than fixed lines
      • Less prone to transmission errors
      • Can be used even where there are no telephone lines
      • Portable, i.e. can be carried around
        (Award 1 mark x 3 = 3mks)

  18.                   
    1.          
      1.                   
        • 1102= (1 x 22 )+(1 x 21) + (0 x 20)= 4 + 2 + 0 = 610 (Award 1mark)
          0.1012= (1 x 2-1)+(0 x 2-2 + (0 x 2-3) = 0.625 (Award 1 mark)
          6 5/8 or 6.62510 (Award 1 mark for the answer)
          (Total 1 x 3 = 3marks)
      2.      
        2 12
        2 6 R 0
        2 3 R 0
        2 1 R 1
          0 R 1
        1210=11002

        0.6875 X 2 =1.375
        0.375 X 2 =  0.75
        0.75 X 2 =1.5
        0.5 X 2 = 1
        (Award 1 mark for the integral part, 1 mark for the fractional part, 1 mark for the answer, 1 mark for the base value Total 1 x 4 = 4marks)
        Therefore, 12.687510= 1100.10112

    2. 11001.0101
           -10.0100 
      10111.0001

      Award 1 mark for the integral part and 1 mark for the fractional part (1 x 2 = 2marks)
    3.       
      2 54  
      2 27 R 0
      2 13 R 1
      2 6 R 1
      2 3 R 0
      2 1 R 1
        0 R 1

      2 29  
      2 14 R 1
      2 7 R 0
      2 3 R 1
      2 1 R 1
        0 R 1
      Therefore, 5410=1101102 and 2910=111012
      11101= 000111012 in 8-bits
      Ones complement of 000111012 = 111000102
      Twos complement of 111000102 = 111000102 +12
      =111000112

        0 0 1 1 0 1 1 0
      +1 1 1 0 0 0 1 1
      1 0 0 0 1 1 0 0 1
      =000110012
      (Award 1 mark for each conversion to binary,
      1 mark for writing in 8 bits,
      1 mark for converting to 1’s complement
      1 mark for converting to 2’s complement
      1 mark for the correct answer
      1 mark for leaving out the overflow)
      (Total marks 1 x 6 = 6marks)

  19.             
    1. types of validation checks:
      • Range checks: checks that data lies within a range of values.
      • Presence checks: checks that data is there and has not been missed out.
      • Length checks: checks that fields are of the right number of characters.
      • Type checks: checks that the data is of the right type.
      • Format checks: checks whether data is in the correct format.
        Any 3 x 2

    2. Methods to prevent unauthorised access:
      • Password: A secret word; a string of characters known only to a restricted group for authentication.
      • User Access levels: A case where each group is granted different levels of BCCCSS
      • User Access rights: An individual is granted access or denied access to
        (Award half a mark for stating and half a mark for describing. Total 1⁄2 x 4 = 2marks)
    3.          
      1.           
        1. Real-time
          ln a real-time processing, there is a continual input. Process and output of data instantaneously upon receipt of command.
          (Award 1 mark)
        2. Interactive processing
          A computer processing in which the user can modify the operation appropriately while observing results at critical steps.
          (Award 1 mark)

      2. Application area for real-time mode
        Airline booking. Medical system, car tracking system, hotel booking system, banking system.
        Any award 1 mark

  20.        
    1. Name two responsibilities that are carried out by a: (4mks)
      1. Web administrator
        • Develop & test websites
        • Maintains, updates & modifies information on the websites to meet new demands by the users.
        • Monitors the access & use of internet connection by enforcing security measures
        • Downwards information needed by an organization or institution from internet websites

      2. Computer trainer
        • Training people on how to use a computer & the various application programs
        • Development training reference materials
        • Guiding learners on how to acquire knowledge through carrying out research
        • Advising the learners on the best career opportunities in the broad field of ICT
        • Preparing learners for ICT examinations
          (Award 2 marks for each career. 2 x 2 = 4mks

    2. State two reasons why users may resist the introduction of information and communication Technology (ICT) to their place of work (2marks)
      1. Fear of change- people are creatures of habit, hence are afraid of change
      2. Fear of losing their jobs: By installing the computer into an organization, employees fear that they might end up losing their jobs
      3. Fear of failure – Since the computer is very new in a given working environment, the people will be afraid that they might never get used to it.
      4. Loss of control: The management fear that once a computer system is implemented, they might lose control of the organization.
        (Award 3 marks for three correct answers 1 x 3 = 4mks)

    3. Suggest how computers may in future be made more user-friendly for persons that are:
      1. Blind (1mk)
        • Development of Braille keyboards, or engraved keyboards
        • Computers can be installed with talking software, i.e., can store voice patterns of the user (Award 1 mark)

      2. Without hands (1mk)
        • Use of voice-activated commands.
        • Computers can be installed with powerful multimedia system & speech recognition devices. (Award 1 mark)

    4. Describe how computing has been applied to each of the following areas:
      1. Transportation systems. (2mks)
        • Used by railway corporations to coordinate the movement of their goods & wagons
        • Used in airline industry for air traffic control, surveillance of airspace using radar equipment
        • Used in shipping control
        • Used in automobile traffic control in busy towns, i.e. to simulate the timing of traffic lights.
          (Award 1 mark each for 2 point = 1 x 2 =2mks)

      2. Reservation systems. (2mks)
        • To keep record of reservation
        • For online reservation (i.e. provide online remote services)
        • Paperless transaction (Paying via credit cards)
        • Easy to check for vacant positions
          (Award 1 mark for each 2 point = 1 x 2 = 2mks)
    5.                           
      1. What is an expert system? ( 1mk)
        • An expert system is computer software that mimics human expertise in a particular area of specialization. (Award 1 mark)

      2. State two components of an expert system (2mks)
        • Inference mechanism (for making decisions)
        • Knowledge base
        • Explanation facility
        • User interface
Join our whatsapp group for latest updates

Download Computer Studies Paper 1 Questions and Answers - Royal Exam Series Post Mock Trial Exams 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?

Join our community on:

  • easyelimu app
  • Telegram
  • facebook page
  • twitter page
  • Pinterest