Programming Fundamentals Part 2

Programming Fundamentals Part 2

9th - 11th Grade

20 Qs

quiz-placeholder

Similar activities

iGCSE ICT: Software

iGCSE ICT: Software

KG - University

16 Qs

Integrasi Aplikasi Office

Integrasi Aplikasi Office

10th Grade

20 Qs

DATABASE PROCESSING APPROACH VS TRADITIONAL FILE PROCESSING

DATABASE PROCESSING APPROACH VS TRADITIONAL FILE PROCESSING

11th Grade

16 Qs

database features

database features

11th Grade

20 Qs

Mod 2-4 U61 Test Revised

Mod 2-4 U61 Test Revised

9th - 10th Grade

21 Qs

Database Concepts

Database Concepts

11th Grade

15 Qs

Year 9 Databases Quiz

Year 9 Databases Quiz

7th - 10th Grade

15 Qs

ULANGAN 1 BASIS DATA KELAS XII RPL

ULANGAN 1 BASIS DATA KELAS XII RPL

1st - 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?