FINAL QUIZ. Marlene Galea

Size: px
Start display at page:

Download "FINAL QUIZ. Marlene Galea"

Transcription

1 FINAL QUIZ Marlene Galea

2 Give 2 possible disadvantages of computerising a system

3 Give 2 possible disadvantages of computerising a system - Dependency : users may grow increasingly dependent on the computerised system such that work suffers a lot of the system is temporarily unavailable - Data security against hacking and data theft leads can be expensive, and there is still always the risk of security breaches.

4 Why is a compiler better suited than an interpreter for program distribution?

5 Why is a compiler better suited than an interpreter for program distribution? A compiler produces object code. Object code can be saved and directly executed later on. So object code can be distributed to run without further translation. So the actual code will not be seen by the user if a compiler is used which is desirable when distributing a program.however no object code is created with an interpreter. Also, if using a compiler, when a loop is run the translation is only done once, with an interpreter the loop is translated every time the program loops. Therefore an interpreted program will run slower when executing a loop.

6 What is the address space of a CPU with a 32 bit address bus? How does the address bus effect computer performance?

7 What is the address space of a CPU with a 32 bit address bus? How does the address bus effect computer performance? 2 32 Address space determines the number of memory locations that can be directly accessed by the CPU, so the greater the address space the more RAM the CPU can use. Having more RAM ensures more applications can run simultaneously and smoothly.

8 Give 2 advantages of computerising a system

9 Give 2 advantages of computerising a system Computers are more reliable and consistent than humans: so they may help avoid errors an accidents. When dealing with large volumes of data it is faster and more efficient to search for data on a computerised system than have humans do so.

10 What is the Internet? How is it different from the WWW?

11 What is the Internet? How is it different from the WWW? The internet is a global network of computers connected together in such a way as to be able to exchange data. The www is only part of the internet it is a system of interlinked hypertext documents contained on the internet.

12 Give 2 uses of the Internet in: Education Commerce

13 Give 2 uses of the Internet in: Education Online testing: online tests are efficient because they can be corrected by the system and hence give a student immediate results Video conferencing: this can be used to expose students to realities outside their school without the expense and time wastage of travelling: e.g. to discuss issues with experts or other students in other countries Commerce E-commerce: the selling of items on the internet using auction sites etc Advertising: online advertising is a very good way of reaching potential client.

14 What is Assistive Technology (AT)? Name an output and an input device used in AT

15 What is Assistive Technology (AT)? Name an output and an input device used in AT Assistive Technology (AT) refers to technology that allows greater independence for people with disabilities by enabling them to perform tasks that they were unable to accomplish before, or had great difficulty accomplishing, by providing new methods of using technology Input device: Output device: braille keyboard braille printer

16 What is the role of the ALU in a computer?

17 What is the role of the ALU in a computer? The ALU (Arithmetic Logic Unit) carries out the computer s mathematical functions and comparison operations

18 What is the role of the Control Unit in a computer?

19 What is the role of the Control Unit in a computer? The Control Unit is responsible for: locating, decoding and executing each instruction in a program data transfer between memory and peripheral devices

20 What are mnemonics and symbolic addressing?

21 What are mnemonics and symbolic addressing? Mnemonics are short, abbreviated words used in Assembly Language instead of binary patterns (e.g. LDA) Symbolic addressing is the use of variable names to refer to memory addresses. (e.g. num1)

22 Distinguish between the following three types of addressing Direct Addressing Immediate Addressing Symbolic Addressing

23 Distinguish between the following three types of addressing Immediate Addressing the instruction itself contains the value to be used. Eg. MOV A, #20h the value to be used is 20h Direct Addressing the instruction tells where the value can be found, but the value itself is out in memory. Eg. MOV A, 30h the values is found in memory location 30h Symbolic Addressing symbolic addressing the address of a store location is specified by means of an identifier, rather than the numeric value of the memory address. Eg. MOV A, num1 the value is stored in the variable num1

24 Distinguish between opcode and operand

25 Distinguish between opcode and operand Opcode is the code specifying the action to be carried out (eg. Add) Operand is the value on which the action is to be carried out or the address in memory where this value is stored (eg. 5)

26 Give 2 advantages and 2 disadvantages of using a LLL rather than a HLL

27 Give 2 advantages and 2 disadvantages of using a LLL rather than a HLL Advantages LLL run faster because they are closer to machine code Programs in LLL need less system resources to run Disadvantages Difficult to program in because they require a good knowledge of machine architecture Programs in LLL are not portable

28 Give 1 advantage and 1 disadvantage of a bus network

29 Give 1 advantage and 1 disadvantage of a bus network Advantage Less expensive to set up Disadvantages Performance degenerates as more computers are added

30 What personnel is/are responsible for the following Creating Test Data for a system Writing program code Creation and Update of websites Data entry

31 What personnel is/are responsible for the following Creating Test Data for a system Writing program code Creation and Update of websites Systems Analyst Programmer Web Master Data entry Data Entry Clerk

32 What is a CPU register? Mention 2 CPU registers and briefly describe their function

33 What is a CPU register? Mention 2 CPU registers and briefly describe their function A CPU register is a small amount of memory on the CPU where data can be temporarily stored Examples Program Counter holds the address of the next instruction Instruction register holds the address currently being executed

34 What is a database? Give 1 advantage of computerising a database

35 What is a database? Give 1 advantage of computerising a database A database is an organised collection of data and links between them such that information can easily be obtained from it. Advantages It is faster to obtain information and query the system

36 Use only AND, OR and NOT gates to produce a logic circuit which gives 1 only when one OR the other of two inputs is one but not both.

37 Use only AND, OR and NOT gates to produce a logic circuit which gives 1 only when one OR the other of two inputs is one but not both. This is asking for the XOR gate in terms of the OR, AND and NOT gate.

38 Give the truth table for the above

39 Give the truth table for the above A B A B A B AB A XOR B

40 Suggest 2 possible disadvantages of e- mail

41 Suggest 2 possible disadvantages of e- mail Spam may be sent and unnecessarily fill inbox One may receive a virus and other malware via

42 Compare the 3 types of looping constructs

43 Compare the 3 types of looping constructs Conditional Loops Undetermined Loops Do while loop Repeats one or more times Condition at end of loop While loop Repeats 0 or more times Condition at start of loop For loop Unconditional Loop Predetermined Loop

44 Why are tables in a database linked through relationships?

45 Why are tables in a database linked through relationships? So as to have no redundant data So database occupies less storage space and is faster to process Database is easier to update Saves time and money - data input costs time and money.

46 Complete the diagram explaining the creation of file generations?

47 Complete the diagram explaining the creation of file generations? Transaction File Sorting process Sorted Transaction File Master File Update Process New Master File Error Report

48 Distinguish between serial and direct access

49 Distinguish between serial and direct access Serial access means going through everything one by one, starting at the beginning, until you reach the item you want. If you wanted to print all the names in a database, using serial access would be fine because you are starting at the first and going right through to the end. Direct access means going straight to the item you want without having to go through other ones.

50 Mention 3 things that determine CPU performance.

51 Mention 3 things that determine CPU performance. Wordlength: the number of bits the CPU can handle at a go Cache memory: fast, volatile memory that holds a copy of recently accessed data in anticipation of its being used again in the near future Clock speed: the number of times the CPU clock changes state per second

52 Give 3 uses of the Internet

53 Give 3 uses of the Internet Research through vast amounts of sources: Looking up information for school projects, business interests etc E-commerce Social Networking

54 Which are the 3 programming constructs?

55 Which are the 3 programming constructs? Loop (repetition) Decision sequence

56 Is the check digit 6 for the number correct? (Using modulus 11 method)

57 Is the check digit 6 for the number correct? (Using modulus 11 method) /11 3 r 3 Therefore check digit is incorrect because there is a remainder

58 Briefly describe these forms of documentation Inline documentation User manual Installation manual

59 Briefly describe these forms of documentation Inline documentation these are comments in the program code that explain how the code works User manual instructions to the user that show how to operate the program. This manual should avoid too technical terms. Installation manual Instructions how to install the program including what hardware and software resources it requires

60 Give 1 application for Dot matrix printer MICR Laser Printer Barcode Reader

61 Give 1 application for Dot matrix printer Production of bills MICR Processing bank cheques Laser Printer On an office network Barcode Reader Bill production at a POS

62 Give 1 use for LOGO FORTRAN COBOL PROLOG

63 Give 1 use for LOGO to teach programming to young children FORTRAN to create programs to be used in scientific and mathematical applications COBOL- to create business applications PROLOG to create programs used in AI

64 Put the steps of the system life cycle in order 1. Maintenance of the new system 2. Project approval 3. Implementation 4. Designing and testing 5. Training staff 6. Documentation, both technical & user manuals 7. Feasibility study 8. Problem identification

65 Put the steps of the system life cycle in order 1. Maintenance of the new system 2. Project approval 3. Implementation 4. Designing and testing 5. Training staff 6. Documentation, both technical & user manuals 7. Feasibility study 8. Problem identification 8, 7, 2, 4, 6, 5, 3, 1

66 Outline the main steps in the fetch/execute cycle

67 Outline the main steps in the fetch/execute cycle CU fetches instruction from memory location pointed by PC Copy of the instruction is placed in the IR CU fetches required data/address of data PC is incremented to the next instruction CU activates necessary circuits to execute the instruction Back to 1 st step

68 Distinguish between general purpose and special purpose computers

69 Distinguish between general purpose and special purpose computers Special purpose computers: are designed to do one particular function General purpose computer can carry out a number of applications depending on the program being run

70 Distinguish between FAT and NTFS

71 Distinguish between FAT and NTFS NTFS allows the use of larger storage devices than FAT NTFS is a more recent filing system that is ideal for multi user systems allowing: User quotas on disks etc Improved file security

72 Draw the logic circuit and give the truth table for X = (A.B) + (C+B )

73 Draw the logic circuit and give the truth table for X = (A.B) + (C+B ) A B C

74 Draw the logic circuit and give the truth table for X = (A.B) + (C+B ) A B C A A.B B C+ B X

75 Subtract, using 8 bit two s complement, 13 from 54

76 Subtract, using 8 bit two s complement, 13 from = = Two s complement of (-13)

77 Distinguish between data validation and data verification

78 Distinguish between data validation and data verification Validation ensures that data entered is reasonable and complete while Verification ensures that the data is transferred correctly

79 Suggest 1 use for Batch Processing Operating System Hard disk Real time Operating System Logic Gates Light Pen Mainframes Palmtop

80 Suggest 1 use for Batch Processing Operating System Hard disk Real time Operating System Logic Gates Light Pen Mainframes Palmtop Payroll system Frequently used applications Military aircraft targeting system addition inside the CPU Booking systems Bank system Order taking at a remote POS

81 What is process control?

82 What is process control? The automatic monitoring and control of a system that responds to feedback input from sensors

83 Convert Binary Decimal Hexadecimal F

84 Convert Binary Decimal Hexadecimal F

85 Compare tailor made and off the shelf software

86 Compare tailor made and off the shelf software Tailor Made Software More expensive Not readily available Not possible to get user reviews Off the Shelf Mass produced, therefore cheaper Readily available One may get user opinions before buying

87 Suggest 3 ways how wordprocessing has facilitated office work

88 Suggest 3 ways how wordprocessing has facilitated office work Mail Merge: Automised production of personalised documents Language tools: spellchecker and thesaurus help user improve content quality Presentation tools: ability to modify and edit, fonts, paragraphs and page design allows one to produce more attractive documents.

89 Give 2 functions of an operating system

90 Give 2 functions of an operating system CPU Management: allocates CPU time to running processes Memory Management: allocates memory space to programs

91 Mention 1 portable magnetic storage device 1 read only electronic storage device 1 serial access device 1 optical storage device 1 volatile storage device

92 Mention 1 portable magnetic storage device: floppy disk 1 read only electronic storage device: ROM 1 serial access device: magnetic tape 1 optical storage device: CD 1 volatile storage device: RAM

93 Distinguish between global and local variables

94 Distinguish between global and local variables Local Variable: is declared at method or program section level and so has a scope limited to that method or program section within which it is declared. Global variable: is declared at class level and can be accessed from anywhere within the class.

95 Suggest 2 means of safeguarding data security

96 Suggest 2 means of safeguarding data security Using a firewall Using encryption

97 What is a sector?

98 What is a sector? The smallest addressable section of a disk.

99 What is a virus? Mention 1 other type of malicious code besides viruses

100 What is a virus? Mention 1 other type of malicious code besides viruses Malicious code written to automatically copy itself between and within computers and hence render them unreliable Other malicious code: trojan

101 Suggest 3 ways in which a spreadsheet can improve a family s budgeting efforts

102 Suggest 3 ways in which a spreadsheet can improve a family s budgeting efforts Efficient calculation of data Can easily represent data in graphical form, making it easier to analyse Can easily obtain answers to what if questions

103 What is software piracy? Suggest 2 ways a company may protect its software from piracy

104 What is software piracy? Suggest 2 ways a company may protect its software from piracy Software piracy is the unauthorised copying and distribution of software. Companies can try to protect themselves against piracy using: Key disk Software registration

105 Distinguish between flowchart and pseudocode

106 Distinguish between flowchart and pseudocode Both are ways of describing an algorithm however a flowchart is diagrammatic whilst pseudocode is purely textual.

107 Write a program that produces the following output: (where X is input by the user) 1 x X = answer 2 x X = answer. 12 x X = answer

108 Write a program that produces the following output: (where X is input by the user) An integer variable called sum A constant called vat with a value of 18% A constant called name with a value of Mario An array of names that can hold 10 names A two dimensional array that can hold 10 names and surnames

FORM 5 COMPUTING TIME: 1h 45min

FORM 5 COMPUTING TIME: 1h 45min DIRECTORATE FOR QUALITY AND STANDARDS IN EDUCATION Curriculum Management and elearning Department Educational Assessment Unit Annual Examinations for Secondary Schools 2014 Track 3 FORM 5 COMPUTING TIME:

More information

YEAR 11 COMPUTING TIME: 1h 45min. Marking Scheme

YEAR 11 COMPUTING TIME: 1h 45min. Marking Scheme DIRECTORATE FOR QUALITY AND STANDARDS IN EDUCATION Department of Curriculum Management Educational Assessment Unit Annual Examinations for Secondary Schools 2017 Track 3 YEAR 11 COMPUTING TIME: 1h 45min

More information

5 Computer Organization

5 Computer Organization 5 Computer Organization 5.1 Foundations of Computer Science ã Cengage Learning Objectives After studying this chapter, the student should be able to: q List the three subsystems of a computer. q Describe

More information

5 Computer Organization

5 Computer Organization 5 Computer Organization 5.1 Foundations of Computer Science Cengage Learning Objectives After studying this chapter, the student should be able to: List the three subsystems of a computer. Describe the

More information

A Review of Chapter 5 and. CSc 2010 Spring 2012 Instructor: Qian Hu

A Review of Chapter 5 and. CSc 2010 Spring 2012 Instructor: Qian Hu A Review of Chapter 5 and Chapter 6 Chapter 5 Computer Systems Organization Von Neumann Architecture 4 Components Memory Input/output ALU Control Unit Two major features Stored program concept Sequential

More information

Computer Organization

Computer Organization Objectives 5.1 Chapter 5 Computer Organization Source: Foundations of Computer Science Cengage Learning 5.2 After studying this chapter, students should be able to: List the three subsystems of a computer.

More information

elc International School

elc International School Subject: COMPUTER SCIENCE (0478) Syllabus 2016 Topics to be covered Section 1: Theory of Computer Science Theory: At the end of the section candidates should be able to Practical: At the end of the section

More information

GCSE ICT AQA Specification A (Full Course) Summary

GCSE ICT AQA Specification A (Full Course) Summary GCSE ICT AQA Specification A (Full Course) Summary Areas not covered by the short course are shown in red. 9.1 The general Understand that information systems may be 1 structure of information systems

More information

N.B. These pastpapers may rely on the knowledge gained from the previous chapters.

N.B. These pastpapers may rely on the knowledge gained from the previous chapters. N.B. These pastpapers may rely on the knowledge gained from the previous chapters. 1 SEC 94-PAPER 1-Q3B Briefly explain the purpose of the PROGRAM COUNTER 2 SEC 94-PAPER 2A-Q4 (a) Why is a 16-bit 60 MHz

More information

ST. MARY S COLLEGE FORM 4

ST. MARY S COLLEGE FORM 4 Term 1 Week 1 Week 2 FUNDAMENTALS OF HARDWARE AND SOFTWARE 1. The generalpurpose computer system 2. Functions of the major hardware components of a computer system 3. Functions and uses of primary storage

More information

KULLEĠĠ SAN BENEDITTU Boys Secondary, Kirkop

KULLEĠĠ SAN BENEDITTU Boys Secondary, Kirkop KULLEĠĠ SAN BENEDITTU Boys Secondary, Kirkop Mark HALF-YEARLY EXAMINATION 2012/2013 Track 3 (JL) FORM 3 COMPUTING TIME: 1h 30min Question 1 2 3 4 5 6 7 8 Max. Mark 12 18 18 20 5 5 10 12 Mark Global Mark

More information

ST.FRANCIS SECONDARY SCHOOL SLIEMA HALF YEARLY EXAMINATIONS SPECIMEN PAPER. SENIOR 3 COMPUTER STUDIES TIME: 2 hours

ST.FRANCIS SECONDARY SCHOOL SLIEMA HALF YEARLY EXAMINATIONS SPECIMEN PAPER. SENIOR 3 COMPUTER STUDIES TIME: 2 hours Name: Index: Class: ST.FRANCIS SECONDARY SCHOOL SLIEMA HALF YEARLY EXAMINATIONS SENIOR 3 COMPUTER STUDIES TIME: 2 hours The use of CALCULATORS is NOT ALLOWED!! Answer ALL questions!! 1: The following diagrams

More information

FORM 4 (Option) COMPUTING TIME: 1 hr 30 min

FORM 4 (Option) COMPUTING TIME: 1 hr 30 min DIRECTORATE FOR QUALITY AND STANDARDS IN EDUCATION Department for Curriculum Management and elearning Educational Assessment Unit Annual Examinations for Secondary Schools 2013 Track 2 FORM 4 (Option)

More information

Aryan College. Computer Fundamental. Introduction to Computer System

Aryan College. Computer Fundamental. Introduction to Computer System Computer Fundamental Unit 1 Introduction to Computer System 1. List various characteristics of computer. (2017) 2. Give name of two super computers. (2017) 3. What do you mean by system software? (2017)

More information

KULLEĠĠ SAN BENEDITTU Secondary School, Kirkop

KULLEĠĠ SAN BENEDITTU Secondary School, Kirkop KULLEĠĠ SAN BENEDITTU Secondary School, Kirkop Mark HALF YEARLY EXAMINATION 2014/2015 Level 5 6 7-8 Form 4 COMPUTING TIME: 1h 30min Question 1 2 3 4 5 6 7 8 9 Global Mark Max. Mark 8 5 7 10 8 12 13 16

More information

Switching to AQA from OCR

Switching to AQA from OCR Switching to AQA from OCR This resource compares our new GCSE Computer Science specification (8520) with the new OCR Computer Science specification (J276). If you are thinking of switching from OCR to

More information

City College Computing

City College Computing City College Computing European Computer Driving Licence Module 1 Sample Test 1 1. Which of these is an input device? A. CD-ROM B. Mouse C. Printer D. Zip drive 2. What does RSI mean? A. Repeated Syndrome

More information

BITG 1113: Introduction To Computers And Programming Language LECTURE 1 LECTURE 1 1

BITG 1113: Introduction To Computers And Programming Language LECTURE 1 LECTURE 1 1 BITG 1113: Introduction To Computers And Programming Language LECTURE 1 LECTURE 1 1 Learning Outcomes At the end of this lecture, you should be able to: tell the purpose of computer programs. describe

More information

Microprocessors I MICROCOMPUTERS AND MICROPROCESSORS

Microprocessors I MICROCOMPUTERS AND MICROPROCESSORS Microprocessors I Outline of the Lecture Microcomputers and Microprocessors Evolution of Intel 80x86 Family Microprocessors Binary and Hexadecimal Number Systems MICROCOMPUTERS AND MICROPROCESSORS There

More information

COMPUTER ORGANISATION CHAPTER 1 BASIC STRUCTURE OF COMPUTERS

COMPUTER ORGANISATION CHAPTER 1 BASIC STRUCTURE OF COMPUTERS Computer types: - COMPUTER ORGANISATION CHAPTER 1 BASIC STRUCTURE OF COMPUTERS A computer can be defined as a fast electronic calculating machine that accepts the (data) digitized input information process

More information

IB Computer Science Topic.2-

IB Computer Science Topic.2- Topic.2- Computer Organization Designed by: Allan Lawson Sources: Online Materials, thanks for all Topic 2.1.1 Computer Architecture Outline the architecture of a central processing unit (CPU) and the

More information

INFORMATION TECHNOLOGY PRINCIPLES

INFORMATION TECHNOLOGY PRINCIPLES INTBUS9 NOVEMBER 2013 EXAMINATION DATE: 6 NOVEMBER 2013 TIME: 14H00 16H00 TOTAL: 100 MARKS DURATION: 2 HOURS PASS MARK: 40% (DBM-07) INFORMATION TECHNOLOGY PRINCIPLES THIS EXAMINATION PAPER CONSISTS OF

More information

WYSE Academic Challenge Computer Fundamentals Test (State Finals)

WYSE Academic Challenge Computer Fundamentals Test (State Finals) WYSE Academic Challenge Computer Fundamentals Test (State Finals) - 1998 1. What is the decimal value for the result of the addition of the binary values: 1111 + 0101? (Assume a 4 bit, 2's complement representation.)

More information

CONCEPTS OF MANAGEMENT COMPUTING

CONCEPTS OF MANAGEMENT COMPUTING CONBUS1 JUNE 2012 EXAMINATION DATE: 11 JUNE 2012 TIME: 14H00 17H00 TOTAL: 100 MARKS DURATION: 3 HOURS PASS MARK: 40% (BUS-EDP) CONCEPTS OF MANAGEMENT COMPUTING THIS EXAMINATION PAPER CONSISTS OF 4 SECTIONS:

More information

DC57 COMPUTER ORGANIZATION JUNE 2013

DC57 COMPUTER ORGANIZATION JUNE 2013 Q2 (a) How do various factors like Hardware design, Instruction set, Compiler related to the performance of a computer? The most important measure of a computer is how quickly it can execute programs.

More information

ZONAL EDUCATION OFFICE - JAFFNA

ZONAL EDUCATION OFFICE - JAFFNA ZONAL EDUCATION OFFICE - JAFFNA SECOND TERM EXAMINATION - 2014 Information and Communication Technology Grade 10 Time : 3 Hours Answer all the questions Part I 01. Which of the following is correct chronological

More information

Chapter One. Introduction to Computer System

Chapter One. Introduction to Computer System Principles of Programming-I / 131101 Prepared by: Dr. Bahjat Qazzaz -------------------------------------------------------------------------------------------- Chapter One Introduction to Computer System

More information

Question Bank. Fundamentals Of Computer FYBCA (SEM - I)

Question Bank. Fundamentals Of Computer FYBCA (SEM - I) Question Bank Fundamentals Of Computer FYBCA (SEM - I) 1) Choose the appropriate option (1 Marks Questions) 1) COBOL is an example of level language. a) low level b) middle level c) high level d) both

More information

Year 10 OCR GCSE Computer Science (9-1)

Year 10 OCR GCSE Computer Science (9-1) 01 4 th September 02 11 th September 03 18 th September Half Term 1 04 25 th September 05 2 nd October 06 9 th October 07 16 th October NA Students on in school Thursday PM and Friday Only Unit 1, Lesson

More information

HARDWARE. There are a number of factors that effect the speed of the processor. Explain how these factors affect the speed of the computer s CPU.

HARDWARE. There are a number of factors that effect the speed of the processor. Explain how these factors affect the speed of the computer s CPU. HARDWARE hardware ˈhɑːdwɛː noun [ mass noun ] the machines, wiring, and other physical components of a computer or other electronic system. select a software package that suits your requirements and buy

More information

Topics. Hardware and Software. Introduction. Main Memory. The CPU 9/21/2014. Introduction to Computers and Programming

Topics. Hardware and Software. Introduction. Main Memory. The CPU 9/21/2014. Introduction to Computers and Programming Topics C H A P T E R 1 Introduction to Computers and Programming Introduction Hardware and Software How Computers Store Data Using Python Introduction Computers can be programmed Designed to do any job

More information

CREATED BY M BILAL & Arslan Ahmad Shaad Visit:

CREATED BY M BILAL & Arslan Ahmad Shaad Visit: CREATED BY M BILAL & Arslan Ahmad Shaad Visit: www.techo786.wordpress.com Q1: Define microprocessor? Short Questions Chapter No 01 Fundamental Concepts Microprocessor is a program-controlled and semiconductor

More information

COMPUTER AWARENESS. 1) 1.A normal CD-ROM usually can store up to... 1) 680 KB. 2) 680 Bytes 3) 680 MB 4) 680 GB

COMPUTER AWARENESS. 1) 1.A normal CD-ROM usually can store up to... 1) 680 KB. 2) 680 Bytes 3) 680 MB 4) 680 GB COMPUTER AWARENESS 1) 1.A normal CD-ROM usually can store up to... 1) 680 KB 2) 680 Bytes 3) 680 MB 4) 680 GB 2) Which programming languages are classified as low level languages? 1) Basic, COBOL, FORTRAN

More information

National 5 Computing Science Software Design & Development

National 5 Computing Science Software Design & Development National 5 Computing Science Software Design & Development 1 Stages of Development 2 Analysis 3 Design 4 Implementation 5 Testing 6 Documentation 7 Evaluation 8 Maintenance 9 Data Types & Structures 10

More information

v.m.g.rajasekaran ramani sri sarada sakthi mat. Hr. sec. school

v.m.g.rajasekaran ramani sri sarada sakthi mat. Hr. sec. school v.m.g.rajasekaran ramani sri sarada sakthi mat. Hr. sec. school STD: XI COMPUTER SCIENCE L.1. Introduction to computers 2 marks 1. What is a computer? Computer: A computer is an electronic machine, capable

More information

C H A P T E R 1. Introduction to Computers and Programming

C H A P T E R 1. Introduction to Computers and Programming C H A P T E R 1 Introduction to Computers and Programming Topics Introduction Hardware and Software How Computers Store Data How a Program Works Using Python Computer Uses What do students use computers

More information

Computer is an electronic machine that can receive, store, transform and output data of all kinds (image, text, numeric, graphics and sound).

Computer is an electronic machine that can receive, store, transform and output data of all kinds (image, text, numeric, graphics and sound). ELECTRONIC COMPUTERS THEN AND NOW Computer is an electronic machine that can receive, store, transform and output data of all kinds (image, text, numeric, graphics and sound). In the Past (i.e., during

More information

GCSE Computer Science for OCR Overview Scheme of Work

GCSE Computer Science for OCR Overview Scheme of Work GCSE Computer Science for OCR Overview Scheme of Work The following assumes a two-year model. During the course, the final challenges can be used for practice in computational thinking, algorithm design

More information

Dec Hex Bin ORG ; ZERO. Introduction To Computing

Dec Hex Bin ORG ; ZERO. Introduction To Computing Dec Hex Bin 0 0 00000000 ORG ; ZERO Introduction To Computing OBJECTIVES this chapter enables the student to: Convert any number from base 2, base 10, or base 16 to any of the other two bases. Add and

More information

COMPUTER SYSTEM. COMPUTER SYSTEM IB DP Computer science Standard Level ICS3U. COMPUTER SYSTEM IB DP Computer science Standard Level ICS3U

COMPUTER SYSTEM. COMPUTER SYSTEM IB DP Computer science Standard Level ICS3U. COMPUTER SYSTEM IB DP Computer science Standard Level ICS3U C A N A D I A N I N T E R N A T I O N A L S C H O O L O F H O N G K O N G 5.1 Introduction 5.2 Components of a Computer System Algorithm The Von Neumann architecture is based on the following three characteristics:

More information

Computer Organisation IB Computer Science. Content developed by Dartford Grammar School Computer Science Department

Computer Organisation IB Computer Science. Content developed by Dartford Grammar School Computer Science Department Computer Organisation IB Computer Science Content developed by Dartford Grammar School Computer Science Department HL Topics 1-7, D1-4 1: System design 2: Computer Organisation 3: Networks 4: Computational

More information

Form 3. Half Yearly Exam Revision

Form 3. Half Yearly Exam Revision Form 3 Half Yearly Exam Revision What is the difference between data and information? What is the difference between data and information? Data is the representation of information Information is the things

More information

Computer Organization

Computer Organization Chapter 5 Computer Organization Figure 5-1 Computer hardware :: Review Figure 5-2 CPU :: Review CPU:: Review Registers are fast stand-alone storage locations that hold data temporarily Data Registers Instructional

More information

User. Application program. Interfaces. Operating system. Hardware

User. Application program. Interfaces. Operating system. Hardware Operating Systems Introduction to Operating Systems and Computer Hardware Introduction and Overview The operating system is a set of system software routines that interface between an application program

More information

Total Mark out of 35

Total Mark out of 35 University of Bahrain College of Information Technology Department of Information Systems ITBIS105 Test 1 Version 1 (35 points) 30 Oct 2013 @ 8:00-9:00 AM Student Name: Section: ID Number: Serial Number:

More information

Q1. Describe the characteristic features of input and output devices of a computer system. [10]

Q1. Describe the characteristic features of input and output devices of a computer system. [10] Course: 1 st Sem. Of 3-year B.Sc. in H&HA Academic Year: 2017-2018 Q1. Describe the characteristic features of input and output devices of a computer system. [10] What is Topology? Discuss the various

More information

COMPUTER STRUCTURE AND ORGANIZATION

COMPUTER STRUCTURE AND ORGANIZATION COMPUTER STRUCTURE AND ORGANIZATION Course titular: DUMITRAŞCU Eugen Chapter 4 COMPUTER ORGANIZATION FUNDAMENTAL CONCEPTS CONTENT The scheme of 5 units von Neumann principles Functioning of a von Neumann

More information

CC411: Introduction To Microprocessors

CC411: Introduction To Microprocessors CC411: Introduction To Microprocessors OBJECTIVES this chapter enables the student to: Use number { base 2, base 10, or base 16 }. Add and subtract binary/hex numbers. Represent any binary number in 2

More information

1. A washing machine is controlled by microprocessors. The name given to this type of microprocessor is: A a mainframe computer. B an output device

1. A washing machine is controlled by microprocessors. The name given to this type of microprocessor is: A a mainframe computer. B an output device SECTION A Answer ALL questions. For each question, choose an answer A, B, C or D and put a cross in the box. Mark only one answer for each question. If you change your mind, put a line through the box

More information

COMPUTING SUBJECT KNOWLEDGE AUDIT

COMPUTING SUBJECT KNOWLEDGE AUDIT COMPUTING SUBJECT KNOWLEDGE AUDIT Use this needs analysis to help self-assess and track your computing subject knowledge. Topic Area 1 Computational thinking Define, explain and use these concepts with

More information

ICT 1. June Advanced level

ICT 1. June Advanced level 2 1. Software that allows a team to have an electronic face-to face meetings when members are geographically dispersed is ICT 1 A E-mail software 796 B Chat room software C E-messaging software June 2013

More information

Angel International School - Manipay 2 nd Term Examination March, 2016 Computing

Angel International School - Manipay 2 nd Term Examination March, 2016 Computing c Grade 10 Angel International School - Manipay 2 nd Term Examination March, 2016 Computing Duration: xx Hours Index No:- 1) The storage medium uses sequential data access method is: a) Hard disk b) Floppy

More information

Yr.11 ICT REVISION WORKSHEET SECTION A Answer ALL questions:

Yr.11 ICT REVISION WORKSHEET SECTION A Answer ALL questions: Yr.11 ICT REVISION WORKSHEET SECTION A Answer ALL questions: For each question, choose an answer A, B, C or D and put a cross in the box. Mark only one answer for each question. If you change your mind,

More information

SECONDARY SCHOOL, L-IMRIEĦEL HALF YEARLY EXAMINATIONS 2016/2017

SECONDARY SCHOOL, L-IMRIEĦEL HALF YEARLY EXAMINATIONS 2016/2017 SECONDARY SCHOOL, L-IMRIEĦEL HALF YEARLY EXAMINATIONS 2016/2017 YEAR: 10 Computing Time: 1½ Hr. Name: Class: Instructions: 1. Answer all the questions in the space provided on this paper. 2. Calculators

More information

CPU ARCHITECTURE. QUESTION 1 Explain how the width of the data bus and system clock speed affect the performance of a computer system.

CPU ARCHITECTURE. QUESTION 1 Explain how the width of the data bus and system clock speed affect the performance of a computer system. CPU ARCHITECTURE QUESTION 1 Explain how the width of the data bus and system clock speed affect the performance of a computer system. ANSWER 1 Data Bus Width the width of the data bus determines the number

More information

Angel International School - Manipay 1 st Term Examination November, 2015 ICT

Angel International School - Manipay 1 st Term Examination November, 2015 ICT Grade 07 Angel International School - Manipay 1 st Term Examination November, 2015 ICT I. Underline the correct answer. Duration: 2 Hours Index No:- 1) Components of a computer CPU are (a) ALU, CU (b)

More information

CONCEPTS OF MANAGEMENT COMPUTING

CONCEPTS OF MANAGEMENT COMPUTING CONBUS1 NOVEMBER 2013 EXAMINATION DATE: 11 NOVEMBER 2013 TIME: 14H00 17H00 TOTAL: 100 MARKS DURATION: 3 HOURS PASS MARK: 40% (BUS-EDP) CONCEPTS OF MANAGEMENT COMPUTING THIS EXAMINATION PAPER CONSISTS OF

More information

Computer Fundamentals

Computer Fundamentals Computer Fundamentals 1 Draw the block diagram of computer architecture and explain each block. Computer is made up of mainly four components, 1) Central processing unit (CPU) 2) Input section 3) Output

More information

REPORT ON CANDIDATES WORK IN THE SECONDARY EDUCATION CERTIFICATE EXAMINATION JANUARY 2010 INFORMATION TECHNOLOGY TECHNICAL PROFICIENCY EXAMINATION

REPORT ON CANDIDATES WORK IN THE SECONDARY EDUCATION CERTIFICATE EXAMINATION JANUARY 2010 INFORMATION TECHNOLOGY TECHNICAL PROFICIENCY EXAMINATION CARIBBEAN EXAMINATIONS COUNCIL HEADQUARTERS REPORT ON CANDIDATES WORK IN THE SECONDARY EDUCATION CERTIFICATE EXAMINATION JANUARY 2010 INFORMATION TECHNOLOGY TECHNICAL PROFICIENCY EXAMINATION Copyright

More information

Computer Architecture and Assembly Language. Spring

Computer Architecture and Assembly Language. Spring Computer Architecture and Assembly Language Spring 2014-2015 What is a computer? A computer is a sophisticated electronic calculating machine that: Accepts input information, Processes the information

More information

Part A Questions 1. What is an ISP? ISP stands for Instruction Set Processor. This unit is simply called as processor which executes machine instruction and coordinates the activities of other units..

More information

GIRLS SECONDARY, L-IMRIEĦEL HALF YEARLY EXAMINATIONS 2015/2016

GIRLS SECONDARY, L-IMRIEĦEL HALF YEARLY EXAMINATIONS 2015/2016 GIRLS SECONDARY, L-IMRIEĦEL HALF YEARLY EXAMINATIONS 2015/2016 FORM: 3 Computing Time: 1½ Hr. Name: Class: Instructions: 1. Answer all the questions in the space provided on this paper. 2. Calculators

More information

Lecture Objectives. Introduction to Computing Chapter 0. Topics. Numbering Systems 04/09/2017

Lecture Objectives. Introduction to Computing Chapter 0. Topics. Numbering Systems 04/09/2017 Lecture Objectives Introduction to Computing Chapter The AVR microcontroller and embedded systems using assembly and c Students should be able to: Convert between base and. Explain the difference between

More information

Problem Set 1 Solutions

Problem Set 1 Solutions CSE 260 Digital Computers: Organization and Logical Design Jon Turner Problem Set 1 Solutions 1. Give a brief definition of each of the following parts of a computer system: CPU, main memory, floating

More information

Computer Principles and Components 1

Computer Principles and Components 1 Computer Principles and Components 1 Course Map This module provides an overview of the hardware and software environment being used throughout the course. Introduction Computer Principles and Components

More information

An Introduction to Computers and Java CSC 121 Spring 2015 Howard Rosenthal

An Introduction to Computers and Java CSC 121 Spring 2015 Howard Rosenthal An Introduction to Computers and Java CSC 121 Spring 2015 Howard Rosenthal Lesson Goals Learn the basic terminology of a computer system Understand the basics of high level languages, including java Understand

More information

Switching to AQA from Edexcel

Switching to AQA from Edexcel Switching to AQA from Edexcel This resource compares our new GCSE Computer Science specification (8520) with the new Edexcel Computer Science specification (1CP1). If you are thinking of switching from

More information

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education. Paper 1 October/November hours

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education. Paper 1 October/November hours *2238279192* UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education INFORMATION AND COMMUNICATION TECHNOLOGY 0417/12 Paper 1 October/November 2011 2

More information

OFFICE COMPUTER RETAILING

OFFICE COMPUTER RETAILING 1. This is part of an advertisement for a computer. OFFICE COMPUTER RETAILING Technical specification includes: 2 GHz CPU 256 MB RAM 200 GB Hard Disk Drive 64 MB Graphics Card DVD-ROM Drive Sound Card

More information

= s readsheet and utility software

= s readsheet and utility software I PRACTICE EXAM - PAPER 1 is test consists of 60 items. You will have 90 minutes to answer them. r answer sheet is on page 52. - ::ach item in this test has four suggested answers lettered,, (e), (0).

More information

Ch. 1: Computer System part I

Ch. 1: Computer System part I Chapter 1 Computer System Ch. 1: Computer System part I Benjamas Panyangam 2013 Revision by Suphakit Awiphan Ph.D. Adapted for English Section by Kittipitch Kuptavanich And Prakarn Unachak Computer Classification

More information

SYLLABUS. Subject Information B.B.A. I SEM Technology

SYLLABUS. Subject Information B.B.A. I SEM Technology SYLLABUS Subject Information B.B.A. I SEM Technology UNIT I UNIT II UNIT III UNIT IV UNIT V UNIT VI UNIT VII Introduction to Computer Hardware: Input / Output devices, storage devices and memory. Software:

More information

Computer Organization

Computer Organization INF 101 Fundamental Information Technology Computer Organization Assistant Prof. Dr. Turgay ĐBRĐKÇĐ Course slides are adapted from slides provided by Addison-Wesley Computing Fundamentals of Information

More information

Chapter 2: Computers: The Machines Behind Computing.

Chapter 2: Computers: The Machines Behind Computing. Chapter 2: Computers: The Machines Behind Computing. TRUEFALSE 1. Computers perform all tasks using a combination of arithmetic and logical operations. 2. Fourth-generation languages (4GLs) are also called

More information

Unit 2: Technology Systems

Unit 2: Technology Systems Unit 2: Technology Systems Level: 1 and 2 Unit type: Core Guided learning hours: 30 Assessment type: External Unit introduction Technology systems are involved in many of the objects we use every day,

More information

Computer Concepts and C Programming. Unit I 06CCP13

Computer Concepts and C Programming. Unit I 06CCP13 Computer Concepts and C Programming () Unit I Unit Division Unit-I Introducing Computer Systems Interacting with Computer Unit-II Processing Data Storing Data Unit-III Using Operating Systems Networks

More information

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education INFORMATION TECHNOLOGY Paper 2 Candidates answer on the Question Paper. No Additional Materials

More information

Allahabad Bank Probationary Officers Exam., 2010 (Held on ) Computer Knowledge : Solved Paper

Allahabad Bank Probationary Officers Exam., 2010 (Held on ) Computer Knowledge : Solved Paper Allahabad Bank Probationary Officers Exam., 2010 (Held on 21-2-2010) Computer Knowledge : Solved Paper 1. A typically connects personal computers within a very limited geographical area, usually within

More information

UNIVERSITY OF CAMBRIDGE INTERNATIONAL EXAMINATIONS International General Certificate of Secondary Education *330870059* COMPUTER STUDIES 040/ Paper May/June 0 hours 30 minutes Candidates answer on the

More information

OHIO ASSESSMENTS FOR EDUCATORS (OAE) FIELD 010: COMPUTER INFORMATION SCIENCE

OHIO ASSESSMENTS FOR EDUCATORS (OAE) FIELD 010: COMPUTER INFORMATION SCIENCE OHIO ASSESSMENTS FOR EDUCATORS (OAE) FIELD 010: COMPUTER INFORMATION SCIENCE June 2013 Content Domain Range of Competencies Approximate Percentage of Assessment Score I. Computer Use in Educational Environments

More information

Fundamentals of Computing and Digital Literacy. Sample. Marking Scheme

Fundamentals of Computing and Digital Literacy. Sample. Marking Scheme Fundamentals of Computing and Digital Literacy Sample Marking Scheme This Marking Scheme has been prepared as a guide only to markers. This is not a set of model answers, nor is the Marking Scheme exclusive,

More information

Unit objective. Unit Introduction UNIT - I. In this unit you will be introduced to :

Unit objective. Unit Introduction UNIT - I. In this unit you will be introduced to : Unit objective In this unit you will be introduced to : UNIT - I The basic structure of a computer, Machine instructions and their execution, System software that enables the preparation and execution

More information

Knowledge Organiser. Computing. Year 10 Term 1 Hardware

Knowledge Organiser. Computing. Year 10 Term 1 Hardware Organiser Computing Year 10 Term 1 Hardware Enquiry Question How does a computer do everything it does? Big questions that will help you answer this enquiry question: 1. What is the purpose of the CPU?

More information

Segment 1A. Introduction to Microcomputer and Microprocessor

Segment 1A. Introduction to Microcomputer and Microprocessor Segment 1A Introduction to Microcomputer and Microprocessor 1.1 General Architecture of a Microcomputer System: The term microcomputer is generally synonymous with personal computer, or a computer that

More information

Kenya Certificate of Secondary Education (K.C.S.E)

Kenya Certificate of Secondary Education (K.C.S.E) Name. Adm No /. Date. Candidate s Signature 451/1 COMPUTER STUDIES Paper 1 2015 Time: 2 ½ Hours Kenya Certificate of Secondary Education (K.C.S.E) INSTRUCTIONS TO CANDIDATES - Write your name, School and

More information

Introduction to Computer Science. Homework 1

Introduction to Computer Science. Homework 1 Introduction to Computer Science Homework. In each circuit below, the rectangles represent the same type of gate. Based on the input and output information given, identify whether the gate involved is

More information

6. Something which has easily understood instructions is said to be: 1) User friendly 2) Information 3) Word Processing 4) Icon 5) None of these

6. Something which has easily understood instructions is said to be: 1) User friendly 2) Information 3) Word Processing 4) Icon 5) None of these 1. Pick the odd one out: 1) Interpreter 2) Operating System 3) Compiler 4) Assembler 2. When a particular object or an image is copied, in which of the following places it is stored? 1) Notice Board 2)

More information

An Introduc+on to Computers and Java CSC 121 Spring 2017 Howard Rosenthal

An Introduc+on to Computers and Java CSC 121 Spring 2017 Howard Rosenthal An Introduc+on to Computers and Java CSC 121 Spring 2017 Howard Rosenthal Lesson Goals Learn the basic terminology of a computer system Understand the basics of high level languages, including Java Understand

More information

SAE5C Computer Organization and Architecture. Unit : I - V

SAE5C Computer Organization and Architecture. Unit : I - V SAE5C Computer Organization and Architecture Unit : I - V UNIT-I Evolution of Pentium and Power PC Evolution of Computer Components functions Interconnection Bus Basics of PCI Memory:Characteristics,Hierarchy

More information

COA. Prepared By: Dhaval R. Patel Page 1. Q.1 Define MBR.

COA. Prepared By: Dhaval R. Patel Page 1. Q.1 Define MBR. Q.1 Define MBR. MBR( Memory buffer register) A Memory Buffer Register (MBR) is the register in a computers processor that stores the data being transferred to and from the devices It allowing the processor

More information

INTRODUCTION TO COMPUTERS

INTRODUCTION TO COMPUTERS INTRODUCTION TO COMPUTERS When we talk about computers, we really are talking about a Computer System. Computer System: It is a combination of Hardware and Software. This combination allows a computer

More information

Computer Organization and Technology Processor and System Structures

Computer Organization and Technology Processor and System Structures Computer Organization and Technology Processor and System Structures Assoc. Prof. Dr. Wattanapong Kurdthongmee Division of Computer Engineering, School of Engineering and Resources, Walailak University

More information

All Rights Reserved Index No. SCHOOL OF ACCOUNTING AND BUSINESS BSc. (APPLIED ACCOUNTING) GENERAL / SPECIAL DEGREE PROGRAMME

All Rights Reserved Index No. SCHOOL OF ACCOUNTING AND BUSINESS BSc. (APPLIED ACCOUNTING) GENERAL / SPECIAL DEGREE PROGRAMME All Rights Reserved Index No No. of Pages - 10 No of Questions - 05 SCHOOL OF ACCOUNTING AND BUSINESS BSc. (APPLIED ACCOUNTING) GENERAL / SPECIAL DEGREE PROGRAMME YEAR I SEMESTER I INTAKE VIII (GROUP B)

More information

SBI Clerk Computer Aptitude Questions and Answers

SBI Clerk Computer Aptitude Questions and Answers 1. Convert the given Decimal number into Binary form 175 1.10001111 2 2.11111010 2 3.11101011 2 4.10101111 2 Answer 4.10101111 2 Divide the number by Short division with 2 then note down the remaining

More information

- Input hardware - Processing hardware - Storage hardware

- Input hardware - Processing hardware - Storage hardware INTRODUCTION TO COMPUTER HARDWARE A Computer system can be broadly classified in to four parts namely: - Input hardware - Processing hardware - Storage hardware - Output hardware A computer is only useful

More information

Computer ANAMIKA ACADEMY. Mo Which function has the ability to move from one web page to another Hyper link

Computer ANAMIKA ACADEMY. Mo Which function has the ability to move from one web page to another Hyper link 1. Which function has the ability to move from one web page to another Hyper link web page? 2. What is the full name of GUI? GRAPHICAL USER INTERFACE 3. Which function keys are used to make spell and mild

More information

Section 6. Memory Components Chapter 5.7, 5.8 Physical Implementations Chapter 7 Programmable Processors Chapter 8

Section 6. Memory Components Chapter 5.7, 5.8 Physical Implementations Chapter 7 Programmable Processors Chapter 8 Section 6 Memory Components Chapter 5.7, 5.8 Physical Implementations Chapter 7 Programmable Processors Chapter 8 Types of memory Two major types of memory Volatile When power to the device is removed

More information

Computer Systems. Communication (networks, radio links) Meatware (people, users don t forget them)

Computer Systems. Communication (networks, radio links) Meatware (people, users don t forget them) Computers are useful machines, but they are generally useless by themselves. Computers are usually part of a system a computer system includes: Hardware (machines) Software (programs, applications) Communication

More information

KULLEĠĠ SAN BENEDITTU Secondary School, Kirkop

KULLEĠĠ SAN BENEDITTU Secondary School, Kirkop KULLEĠĠ SAN BENEDITTU Secondary School, Kirkop Mark HALF-YEARLY EXAMINATION 2014/2015 Level 5-8 FORM 3 COMPUTING TIME: 1h 30min Question 1 2 3 4 5 6 7 8 9 10 11 Global Mark Max. Mark 5 10 10 10 10 10 10

More information

AQA GCSE Computer Science PLC

AQA GCSE Computer Science PLC 1 - Fundamentals of Algorithms Useful Websites BBC Bite Size Cambridge GCSE Exam Dates https://www.bbc.co.uk/education/subjects/z34k7ty Paper 1 14/05/2018 am https://www.cambridgegcsecomputing.org/ Paper

More information