Programming Fundamentals Part 2

Programming Fundamentals Part 2

9th - 11th Grade

20 Qs

quiz-placeholder

Similar activities

ULANGAN BASIS DATA

ULANGAN BASIS DATA

11th Grade

20 Qs

Database

Database

9th Grade

20 Qs

Latihan Soal Mapel SaaS Kelas XI SIJA

Latihan Soal Mapel SaaS Kelas XI SIJA

11th Grade

20 Qs

ICT Applications 6.2 Data handling applications

ICT Applications 6.2 Data handling applications

9th - 10th Grade

19 Qs

Database concepts part 1 & 2

Database concepts part 1 & 2

9th - 11th Grade

15 Qs

Y8 Database Homework1 Quiz

Y8 Database Homework1 Quiz

7th Grade - University

20 Qs

UAS DD SENIN

UAS DD SENIN

1st - 10th Grade

20 Qs

Computer Science Database

Computer Science Database

10th Grade

15 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?