10 Design and Apps Revision

10 Design and Apps Revision

10th Grade

20 Qs

quiz-placeholder

Similar activities

Data Structures

Data Structures

10th Grade - University

18 Qs

Web JavaScript

Web JavaScript

10th Grade - University

15 Qs

Python Functions and Error Handling

Python Functions and Error Handling

10th Grade - University

20 Qs

Ap computer science a

Ap computer science a

1st - 12th Grade

15 Qs

Unit 7- Lesson 11: Assessment Day

Unit 7- Lesson 11: Assessment Day

9th - 12th Grade

15 Qs

Arrays

Arrays

9th - 12th Grade

16 Qs

Java Arrays

Java Arrays

9th - 12th Grade

20 Qs

GCSE Computer Science: Programming (Data Structures)

GCSE Computer Science: Programming (Data Structures)

9th - 10th Grade

20 Qs

10 Design and Apps Revision

10 Design and Apps Revision

Assessment

Quiz

Computers

10th Grade

Medium

Created by

Daryl Croke

Used 7+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a function?

A mathematically formula

A library of code imported into a program

A set of tasks that have been given a name that can be called in parts of a program

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What 2 steps are need to make a function work in a program

  1. 1: Memory needs be to cleared

  2. 2: Function needs to be defined

1. Function needs to be imported

  1. 2. Function needs to be defined

  1. 1. Function needs to be defined

  2. 2. Function needs to be called

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Select the correct way to call a function

Function addNums(call)

addNums(1,3)

def addNums(x,y):
sum = x + y
return sum

addNum

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

It is possible to pass values to a function

True

False

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Functions can return a value

Maybe

True

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Best definition of Functional Requirements

Functions requiring calculations

What the user requires to do

What the system must be able to do

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Non-Functional Requirements

A list of things the system has to do

A list of things the user has to do

Things the user or client would like

Non-important functions

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?