Search Header Logo

Coding Tech Plus

Authored by Lisa Shea

Computers

11th Grade

Used 16+ times

Coding Tech Plus
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

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.

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?