Past Paper Thursday 17th May 2012 - Afternoon Flashcards
Identify two devices that can be built into a tablet computer and state how they can be used to input information? (4)
-Touch screen
… respond to fingers / stylus on specified icons
… for example a software keyboard
… eg converts handwriting to text
-Hardware buttons
… a small number around the edge of the tablet
… for most common commands
… eg bring up menu / next / previous / play / pause
etc…
State three functions of a server in a normal network? (3)
-Controls access to the network / verify passwords
entered on any computer.
-Provides files to the other computers on the network
-Installs software on workstations.
-Make the printer accessible to the other computers.
-Controls the access of computers to the Internet/to
each other.
-Stores, delivers and sends emails for all users on
the network.
Explain what is meant by a peer to peer network? (2)
- All computers have equal status/no server
controlling. - To share data/files/devices between each other.
Describe how the System maintenance utility is used? (2)
-(Searches for and) deletes files/programs which are
no longer used.
… eg deletes temporary files / installation files.
… deletes settings / registry values which are no
longer used.
Describe how the Automatic update utility is used? (2)
-Automatic update
-Checks on the (software manufacturer’s site on the)
-Internet for newer versions of programs which are
installed
-If found it download / installs the software.
Convert the deanery number 55 to an 8 bit binary number? (2)
-0011 0111
Convert the deanery number 55 into hexadecimal? (2)
-37
State two tasks which are carried out by the CPU when processing data? (2)
- Fetches instructions (from memory).
- Fetches data (from memory).
- Decodes instructions.
- Executes instructions.
Explain how the clock speed of a CPU affect its performance? (2)
-The higher the clock speed the faster the CPU will
run.
-Represents the number of fetch execute cycles /
instructions the CPU can process in a given time.
Explain how the cache size of a CPU affects it performance? (2)
-The more cache the CPU has the less time is spent
accessing memory / programs run faster…
-Cache is faster than memory/ built into the
CPU/contains frequently accessed data
State what DBMS stands for? (1)
-Database management system.
Describe the features of a DBMS that can be used to create customized data handling applications and explain why using DBMS is desirable?
(The quality of written communication will be assessed in your answer to this question.) (6)
-Points may include:
-Features
–Provides a set of tools for
accessing/maintaining the
database, eg to define/create
tables, run queries or define
reports
–The application is independent
from the data base itself
–Provides data integrity control (eg
integrity checks, validation checks)
–Controls access to data, including
security and multiple user access
-Why desirable
–These can be set up before hand
by expert and used by end user
–Separating application and
database means the database can
be accessed separately by other
means eg a desktop application
and web application accessing the
same data / other suitable
example
-Data is protected from corruption eg by
multiple access
Explain why computers use binary? (2)
So that computers can be based on logic circuits.
- … ( each part of the circuit) can be in one of two
states
- … 0 and 1/true or false.
Describe how instructions are stored in binary? (3)
The instruction consists of an operator/op code
- … and an operand
- both stored as bit patterns
- (op code) from a given instruction set
- Each op code has a unique bit pattern
Describe two differences between high-level code and machine code? (4)
In high level code Instructions use words
-In machine code instructions are in binary code
-High-level code is designed to be read by human
programmers
–Machine code is to be read/executed by the
computer
–High level code can be portable/translated for
different machines
–Machine code is specific to a particular machine
(marks in pairs)