Search Header Logo

Quiz de Introdução à Programação

Authored by Cleiton Migliorini

Computers

Professional Development

Quiz de Introdução à Programação
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual das opções abaixo representa corretamente uma tag HTML para criar um parágrafo?

`

`

`

`

``

`

`

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual propriedade CSS é usada para alterar a cor do texto de um elemento?

`background-color`

`font-size`

`color`

`text-align`

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Em JavaScript, qual comando é utilizado para exibir uma mensagem em uma janela pop-up?

`alert()`

`print()`

`echo()`

`msg()`

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

9

10

11

13

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual dos seguintes NÃO é um sistema operacional?

Windows

Linux

Android

HTML

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

O que significa a sigla "CSS"?

Computer Style Sheets

Cascading Style Sheets

Creative Style Syntax

Colorful Style System

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual das opções abaixo representa um exemplo de estrutura condicional em JavaScript?

`for`

`if...else`

`switch`

`while`