Programming Fundamentals Part 2

Programming Fundamentals Part 2

9th - 11th Grade

20 Qs

quiz-placeholder

Similar activities

Storage Devices & Media

Storage Devices & Media

8th - 9th Grade

18 Qs

Y8 Databases Test

Y8 Databases Test

8th - 9th Grade

20 Qs

8525 AQA  GCSE Computer Science 3.7.1 Relational databases

8525 AQA GCSE Computer Science 3.7.1 Relational databases

7th - 12th Grade

16 Qs

Dasar Komputer

Dasar Komputer

10th Grade - University

20 Qs

IF and Vlookup Function

IF and Vlookup Function

9th - 10th Grade

15 Qs

GCSE Databases

GCSE Databases

9th - 11th Grade

18 Qs

LOOKUP

LOOKUP

9th Grade - University

20 Qs

8525 AQA GCSE 3.2.6 Data Structures

8525 AQA GCSE 3.2.6 Data Structures

10th Grade

20 Qs

Programming Fundamentals Part 2

Programming Fundamentals Part 2

Assessment

Quiz

Computers

9th - 11th Grade

Medium

Created by

Tracy Mayhead

Used 29+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these is the string returned by this code?

phrase = "Character"

phrase.subString(0,4)

"hara"

"cter"

"Cha"

"Char"

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What would be the result of the following query on the this database table?

SELECT Name FROM Students WHERE House = "King" AND Year = "9"

["Ted","King",9,"D"]

"Ted"

"Poppy"

"Sam"

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What would be the result of this SQL query on the database table shown?

SELECT * FROM Students WHERE Grade = "C" AND House= "Curie"

"Cher"

["Poppy","King",8,"C"]

"Sam"

["Sam","Curie",7,"C"]

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which data structure would be suitable for storing a single list of values such as the wind speeds measured over a week?

Table

2-dimensional array

1-dimensional array

Record

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which SQL command is used to view or query a database?

CHOOSE

FIND

SELECT

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To add data to an open file from variables or data structures in memory is what file operation?

Close

Write

Open

Read

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What file operation would this command initiate?

myFile = open("sample.txt")

Open

Read

Close

Write

Append

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?