ICT CBP Q3 Periodical Test

ICT CBP Q3 Periodical Test

9th Grade

52 Qs

quiz-placeholder

Similar activities

Corel Draw

Corel Draw

University

47 Qs

HPC 3 - Applied Business Tools and Technologies w/ Lab Midterm E

HPC 3 - Applied Business Tools and Technologies w/ Lab Midterm E

University

52 Qs

Latihan UNBK TKJ 2019

Latihan UNBK TKJ 2019

10th Grade - University

50 Qs

Yr 8 (IT3) - Hardware & Software

Yr 8 (IT3) - Hardware & Software

5th - 9th Grade

51 Qs

ATSG TIK KELAS 9 TP 2023/2024

ATSG TIK KELAS 9 TP 2023/2024

9th Grade

50 Qs

9 Weeks Exam Review

9 Weeks Exam Review

9th Grade

50 Qs

XIRPL2_PASQUIZZ

XIRPL2_PASQUIZZ

1st Grade - Professional Development

50 Qs

QUIZ INFORMATIKA

QUIZ INFORMATIKA

10th Grade

50 Qs

ICT CBP Q3 Periodical Test

ICT CBP Q3 Periodical Test

Assessment

Quiz

Computers

9th Grade

Practice Problem

Medium

Created by

Anawelyn Bacar

Used 5+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

52 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Users mistype their email addresses. What's an effective solution?

Allow registration despite email format errors.

JavaScript validation for common mistakes.

Provide the 'Confirm Email' field.

Use HTML5 email input.

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You're creating a registration form for a website. Users must provide a username, password, and email. What's the best approach to ensure validation? Use _______________ validation only.

Combined HTML5 and JavaScript

HTML5

JavaScript

Server-side and Client-side

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In JavaScript, how do you access the value of an input element with the id 'username'?

document.getElementByClass('username').value

document.getElementById('username').value

document.getElementByName('username').value

document.querySelector('#username').value

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The feedback form requires ratings, but some users submit it without rating. How do you enforce it?

Allow without rating.

Keep rating optional.

Set default rating.

Use JavaScript validation.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Users input invalid birthdates below age 13 in the registration form. How to ensure compliance?

Allow registration regardless.

Implement JavaScript age check.

Prompt age confirmation.

Use HTML5 date input.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which JavaScript method is often used to validate if a checkbox is checked in a form?

document.getElementById()

document.querySelector()

isCheckboxChecked()

isChecked()

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You need to ensure that users do not leave the username field empty. Which of the following JavaScript syntaxes would you use to validate if the username input is not null or undefined?

if (username != null)

if (username !== null)

if (username == null)

if (username === null)

Create a free account and access millions of resources

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

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?