Programming Fundamentals Part 2

Programming Fundamentals Part 2

9th - 11th Grade

20 Qs

quiz-placeholder

Similar activities

Database Concepts

Database Concepts

11th Grade

15 Qs

Year 9 Databases Quiz

Year 9 Databases Quiz

7th - 10th Grade

15 Qs

MS Access Terminology

MS Access Terminology

9th - 12th 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

SUMATIF 1 ANALISIS DATA

SUMATIF 1 ANALISIS DATA

8th Grade - University

16 Qs

TestOut CompTIA ITF Databases 20 Questions

TestOut CompTIA ITF Databases 20 Questions

10th - 12th Grade

20 Qs

ITF Cert Review

ITF Cert Review

9th - 12th Grade

15 Qs

QUIZ #3 - DATABASE

QUIZ #3 - DATABASE

11th 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?