2ND DIAGNOSTIC TEST

2ND DIAGNOSTIC TEST

9th Grade

51 Qs

quiz-placeholder

Similar activities

CSP Vocabulary Review

CSP Vocabulary Review

9th - 12th Grade

53 Qs

SP- Level 2

SP- Level 2

5th Grade - Professional Development

50 Qs

Test 4

Test 4

University

50 Qs

ITC 112 - Topic 1 Quiz

ITC 112 - Topic 1 Quiz

University

55 Qs

Code.org CSP Unit 5 Test Review

Code.org CSP Unit 5 Test Review

10th - 12th Grade

47 Qs

APCSP BJC Unit 5

APCSP BJC Unit 5

10th - 12th Grade

47 Qs

AP CSP Data Unit 5

AP CSP Data Unit 5

10th - 12th Grade

47 Qs

Java Programming Quiz 2-6

Java Programming Quiz 2-6

University

50 Qs

2ND DIAGNOSTIC TEST

2ND DIAGNOSTIC TEST

Assessment

Quiz

Computers

9th Grade

Medium

Created by

Anawelyn Bacar

Used 6+ times

FREE Resource

51 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which tag is used to define the header of an HTML document?

<header>

<head>

<title>

<meta>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

CSS stands for:

Common Style Sheet

Cascading Style Sheets

Creative Style Source

Custom Style System

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct way to apply an external CSS file in HTML?

<css href="style.css">

<script src="style.css">

<link rel="stylesheet" href="style.css">

<style link="style.css">

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which function is used to display a dialog box with a text input?

alert()

prompt()

document.write()

parseInt()

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does parseFloat("10.5") return?

10

10.5

10.50

"10.5"

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which method writes directly to an HTML document?

prompt()

alert()

document.write()

console.log()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of alert() in JavaScript?

To log data to the console

To display an alert box

To validate form data

To declare variables

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?