CSP Final

CSP Final

10th Grade

31 Qs

quiz-placeholder

Similar activities

Cấu trúc lặp - mảng

Cấu trúc lặp - mảng

8th - 12th Grade

30 Qs

Algebra 2A Unit 2 Test Review

Algebra 2A Unit 2 Test Review

10th - 12th Grade

29 Qs

Kiểm tra giữa kì II-Khối 11

Kiểm tra giữa kì II-Khối 11

10th Grade

30 Qs

Programación web  - ll

Programación web - ll

6th - 11th Grade

27 Qs

Creating Compound Inequalities From Graphs (Set Builder)

Creating Compound Inequalities From Graphs (Set Builder)

9th - 10th Grade

30 Qs

Chapter 2 Test (Algebra 1 Big Ideas CC High School)

Chapter 2 Test (Algebra 1 Big Ideas CC High School)

6th - 12th Grade

26 Qs

Solving Compound Inequalities

Solving Compound Inequalities

8th - 10th Grade

30 Qs

[Kelas 9-12] HTML Dasar

[Kelas 9-12] HTML Dasar

9th - 12th Grade

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