Coding Principles Week 2 Revision

Coding Principles Week 2 Revision

Professional Development

29 Qs

quiz-placeholder

Similar activities

ReactJS Online Test

ReactJS Online Test

Professional Development

25 Qs

แบบทดสอบก่อนเรียน วิชา การพัฒนาเว็บไซต์

แบบทดสอบก่อนเรียน วิชา การพัฒนาเว็บไซต์

Professional Development

30 Qs

Mock #3 Exam Practice

Mock #3 Exam Practice

Professional Development

31 Qs

Web Dev MasterClass Day1

Web Dev MasterClass Day1

6th Grade - Professional Development

34 Qs

JAVA SECURE CODE

JAVA SECURE CODE

Professional Development

25 Qs

DSAC-8 Annex E

DSAC-8 Annex E

Professional Development

27 Qs

Set-up computer networks

Set-up computer networks

Professional Development

25 Qs

JavaScript

JavaScript

Professional Development

24 Qs

Coding Principles Week 2 Revision

Coding Principles Week 2 Revision

Assessment

Quiz

Computers

Professional Development

Medium

Created by

Nate Ayling

Used 9+ times

FREE Resource

29 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

When writing HTML code, you have created a main heading. You begin the section with the <body> tag.

What tag do you use to close the section and move on?

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does <!DOCTYPE html> signify when writing HTML web code?

The remainder of the document will be written in HTML format

This document will exclude anything except HTML code

The document begins here.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a "function" in JavaScript?

A repeatable code that can be reused multiple times but typed out once

A layer of code that allows the JavaScript to run

The basic code that allows you to interface JavaScript with HTML

The way in which you write any code in JavaScript

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You are looking to create a new complex web game to add interactivity to your website. Which coding language would be best to create something like this?

HTML

Java

JavaScript

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

A programmer runs the following program:

a=EmailInput;

b=PhonenullInput

if (a=EmailInput or b=PhoneInput)

{

printf("Thanks for your information")

}

else

{

printf ("Please provide contact information")

}

What is the outcome?

The Phrase "Thanks for your information" appears on screen

Nothing happens

The Phrase "Please provide contact information" appears on screen

The phrase "Thanks for your information" is printed out

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Browser Cookies are what kind of Proxy?

Load Balancing

Caching

Filtering

Authentication

7.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

HTTPS stands for Hypertext Transfer Protocol Secure. What are some ways that it differs from regular HTTP?

It uses cryptographic security to prevent outside actors intercepting traffic

It uses passwords on the server and the client side so that unless you log in you cannot see content

It uses SSL to issue security certificates along all points in the request.

It can only be used when connecting government sources.

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?