Coding Tech Plus

Coding Tech Plus

11th Grade

35 Qs

quiz-placeholder

Similar activities

Unit 10: Web Development Fundamentals

Unit 10: Web Development Fundamentals

9th - 12th Grade

30 Qs

Python Operators

Python Operators

9th - 11th Grade

30 Qs

Unit 5 AP CSP Code.org

Unit 5 AP CSP Code.org

9th - 12th Grade

33 Qs

PRESAF MATPIL XI TKJ

PRESAF MATPIL XI TKJ

9th - 12th Grade

40 Qs

Code.org Unit 2 Web Development

Code.org Unit 2 Web Development

6th - 12th Grade

35 Qs

Chapter 8 Programming

Chapter 8 Programming

10th - 12th Grade

37 Qs

HTML5 и CSS

HTML5 и CSS

8th - 11th Grade

33 Qs

Python Course Selection

Python Course Selection

7th - 11th Grade

31 Qs

Coding Tech Plus

Coding Tech Plus

Assessment

Quiz

Computers

11th Grade

Medium

Created by

Lisa Shea

Used 16+ times

FREE Resource

35 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If application requires a value to be stored with decimal precision, what data type would you use?

Float

String

Integer

String

Answer explanation

The Float data type is designed to store numbers with decimal precision, making it the correct choice for applications that require such values. In contrast, Integer stores whole numbers, and String is for text.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A value that will change each time the program is run can be stored using what?

Constant

Variable

Object

Number

Answer explanation

A variable is used to store values that can change during program execution, unlike a constant which remains fixed. Therefore, the correct choice for a value that changes each time the program runs is a variable.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What would be used to store a value that will never change?

Array

Variable

Constant

Vectors

Answer explanation

A constant is used to store a value that will never change, making it ideal for fixed values. In contrast, variables can change, and arrays or vectors are collections of values, not single unchanging values.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What concepts is used in object oriented programming to describe properties?

Encapsulation

Polymorphism

Attributes

Methods

Answer explanation

In object-oriented programming, 'attributes' refer to the properties or characteristics of an object. They define the state of an object, while methods define its behavior. Thus, 'attributes' is the correct term for describing properties.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which language can makes Website elements interactive?

JavaScript

CSS

HTML

XML

Answer explanation

JavaScript is the language that enables interactivity on websites, allowing elements to respond to user actions. In contrast, CSS is for styling, HTML for structure, and XML for data representation.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If you want to add colors, fonts, and other visual design elements to a website what would be the BEST language to use?

HTML

CSS

JavaScript

XML

Answer explanation

CSS is the best language for adding colors, fonts, and visual design elements to a website. While HTML structures content and JavaScript adds interactivity, CSS specifically handles the presentation and styling.

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If you want to create website structure and content you would use which language?

HTML

JavaScript

Java

CSS

Answer explanation

HTML (HyperText Markup Language) is the standard language used to create the structure and content of web pages. It defines elements like headings, paragraphs, and links, making it essential for website development.

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?