CST336 Final Summer 2019

CST336 Final Summer 2019

University

37 Qs

quiz-placeholder

Similar activities

ETTEAP FINAL EXAM ASSESSMENT

ETTEAP FINAL EXAM ASSESSMENT

University

35 Qs

arrays y objetos - JS

arrays y objetos - JS

University

32 Qs

JavaScript Basics

JavaScript Basics

University

41 Qs

Node JS

Node JS

University

33 Qs

JavaScript - Practice 9

JavaScript - Practice 9

University

40 Qs

Unidad 1 Programacion Web 2

Unidad 1 Programacion Web 2

University

32 Qs

Senior Software Developers Assessment

Senior Software Developers Assessment

University

40 Qs

Desain Web

Desain Web

1st Grade - University

40 Qs

CST336 Final Summer 2019

CST336 Final Summer 2019

Assessment

Quiz

University

Easy

Created by

Sara Kazemi

Used 5+ times

FREE Resource

37 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When writing web apps that connect to a database, how can SQL Injection be prevented?

By avoiding using single quotes as part of the SQL statement

By encrypting all values in the database

By hashing the values submitted by the user

By using the POST method in the form

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is true about functions in JavaScript?

By default, JS doesn't wait for a response from a function before moving on to execute another one.

All functions in JS are always executed in sequential order

JS always wait for a response from a function before moving on to execute another one.

All JS functions must have at least one parameter

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a callback function?

is a function that is to be executed after another function has finished executing

It's a function that calls another function

is a function that is to be executed before another function has finished executing

s a function that runs at the same time as another function

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is true about callback functions?

Any function passed as an argument is a callback function.

Callback functions cannot be nested

Callbacks are the best approach to deal with asynchronous functions

Callback functions do not have any parameters

5.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

What is true about the Await keyword? (select all that apply)

It stops the execution of all code after it.

To use "await", the function declaration must use the keyword async

It must be use within a callback function

It can be used only once within a function

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is a "Web Server"? Select the most accurate answer.

A computer connected to the Internet that sends files upon requests.

Software that controls how web users access hosted files

A group of computers connected to the Internet and running Unix

Can refer to both, hardware or software (first two choices)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the protocol that browsers use to view web pages?

HTTP

FTP

SMTP

TCP/IP

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?