AQA GCSE

Computer systems

13 questions across 1 exam

Exams covering this topic

All questions (13)

Complete the truth table for the XOR logic gate.

Worked answer available with free account
View question →

A game uses three sensors. A red light (R) in the game switches on if **all** of the following conditions are true: - sensor D is off - sensor L is on - sensor W is on. Complete the logic circuit for this game. You **must** use the correct symbols for the logic gates.

Worked answer available with free account
View question →

Another circuit in the game will output True if any two sensors are activated or if all three sensors are activated. This has been represented as the Boolean expression: (W . D) + (D . L) . (W . L) The expression contains an error. Shade **one** lozenge that shows the expression with the error corrected.

Worked answer available with free account
View question →

A green light (G) in the game switches on if **all** of the following conditions are true: - sensor D is off - sensor L is off - sensor W is on. Write a Boolean expression for this logic circuit. You **must** use Boolean expression operators in your answer.

Worked answer available with free account
View question →

Describe what is meant by the terms system software and application software.

Worked answer available with free account
View question →

State **four** functions of an operating system.

Worked answer available with free account
View question →

Programming languages can be classified as low-level or high-level. Which of these statements is true about code written using a low-level language instead of a high-level language?

Worked answer available with free account
View question →

From the list of statements about low-level languages, identify another true statement.

Worked answer available with free account
View question →

Assemblers and interpreters are two types of program translator. State the purpose of an assembler.

Worked answer available with free account
View question →

Explain how an interpreter works.

Worked answer available with free account
View question →

State **two** reasons why computers have more RAM than cache memory.

Worked answer available with free account
View question →

Data is increasingly being stored 'in the cloud'. State **two** advantages of using cloud storage instead of local storage.

Worked answer available with free account
View question →

Many new computers use solid-state storage for secondary storage rather than magnetic storage. Explain why solid-state storage is **not** fitted to every new computer.

Worked answer available with free account
View question →

Practice these questions with detailed guidance

Full answers, grading, and explanations on why each answer is correct.