Yr 13 AQA A Level Computer Science - revision

Yr 13 AQA A Level Computer Science - revision

11th - 12th Grade

29 Qs

quiz-placeholder

Similar activities

Common Algorithms

Common Algorithms

9th - 12th Grade

25 Qs

JavaScript

JavaScript

9th - 12th Grade

29 Qs

Algorithms Recap

Algorithms Recap

12th Grade

31 Qs

The First Programming Languages

The First Programming Languages

9th - 12th Grade

26 Qs

GCSE Computer Science Revision

GCSE Computer Science Revision

9th - 12th Grade

24 Qs

Graphs - Revision

Graphs - Revision

12th Grade

28 Qs

Programming Languages

Programming Languages

8th - 11th Grade

24 Qs

Trees, Linked Lists, Stacks and Queues

Trees, Linked Lists, Stacks and Queues

11th Grade - University

30 Qs

Yr 13 AQA A Level Computer Science - revision

Yr 13 AQA A Level Computer Science - revision

Assessment

Quiz

Computers

11th - 12th Grade

Medium

Created by

Ian Scott

Used 12+ times

FREE Resource

29 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the difference between a subroutine and a function?

They are the same thing

A subroutine passes values back out to the program, a function does not

A function passes values back out to the program, a subroutine does not

A function can run without being called

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Media Image
What is returned as a result of the call mystery(4,6)?
2
3
4
1

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the best definition of a recursive method?
A method that iterates itself exactly 5 times.
A method that invokes itself by name within the method.
A method that will never iterate infinitely.
A method that cannot be called more than once.

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image
Will recursion(5) iterate infinitely? 
Yes
No

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

How many objects can be made from a class? 
None, you make classes from objects
one
As many as you want
All of the above

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following concepts of OOPS means exposing only necessary information to client?
Encapsulation
Abstraction
Data hiding
Data binding

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the difference between a class and an object?
A class is a blueprint to make an object
An object is a blueprint to make a class
A blueprint is an object to make a class
Blueprint class is an object make a

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?