CSP Final

CSP Final

10th Grade

31 Qs

quiz-placeholder

Similar activities

HTML & CSS

HTML & CSS

9th - 12th Grade

30 Qs

Creating Compound Inequalities From Graphs (Set Builder)

Creating Compound Inequalities From Graphs (Set Builder)

9th - 10th Grade

30 Qs

Vectors

Vectors

10th - 12th Grade

30 Qs

unit 2 TEST

unit 2 TEST

9th - 10th Grade

27 Qs

Chapter 4 Review

Chapter 4 Review

8th - 10th Grade

26 Qs

Data Types and Operators

Data Types and Operators

9th - 12th Grade

26 Qs

IST_OPENING_DOM Review 11.14

IST_OPENING_DOM Review 11.14

9th - 12th Grade

29 Qs

Python  Fundamentals- 02

Python Fundamentals- 02

5th Grade - University

32 Qs

CSP Final

CSP Final

Assessment

Quiz

Instructional Technology, Other, Mathematics

10th Grade

Hard

Created by

Aryan Patel

Used 3+ times

FREE Resource

31 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does HTML stand for and what does it used for?

HyperText Markup Language; language that creates web pages

HyperText Mark Logarithm

HyperTyping Marking Logarithm

HyperlinkText Markup Location

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the HTML element for the largest heading?

<h1>

<heading>

<h6>

<head>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which character indicates an end tag?

<

/

*

^

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the output of this code? 

function start(){ var x = 5;

quadrupleNumber(x);

}

function quadrupleNumber(x){

var quadX = 4 * x;

println(quadX);

}

10

15

20

no output, there is a syntax error

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Why do we write functions?

Make code easier to understand 

Avoid writing repeated code

Make code reusable 

All of the above 

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which statement returns the value from functions?

break

return

if

pop();

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Do functions need to have parameters?

Yes

No

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?