Quiz sobre Windows Forms (C#)

Quiz sobre Windows Forms (C#)

10th Grade

15 Qs

quiz-placeholder

Similar activities

Quiz sobre Netiqueta e Segurança Digital

Quiz sobre Netiqueta e Segurança Digital

9th Grade - University

20 Qs

Introduction to C# Programming

Introduction to C# Programming

10th Grade - University

20 Qs

Checkboxes e Campos Somente Leitura

Checkboxes e Campos Somente Leitura

3rd Grade - University

20 Qs

Quiz Básico sobre p5.js

Quiz Básico sobre p5.js

10th Grade

19 Qs

Quiz sobre Sistemas Operativos CEF 24/25

Quiz sobre Sistemas Operativos CEF 24/25

8th Grade - University

10 Qs

Quiz de Programação e Negócios

Quiz de Programação e Negócios

9th - 12th Grade

20 Qs

Video Game Programming and Design Questions

Video Game Programming and Design Questions

9th - 12th Grade

20 Qs

Fundamentos de Segurança Cibernética

Fundamentos de Segurança Cibernética

10th Grade

10 Qs

Quiz sobre Windows Forms (C#)

Quiz sobre Windows Forms (C#)

Assessment

Quiz

Information Technology (IT)

10th Grade

Medium

Created by

Tiago Afonseca

Used 11+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

O que é Windows Forms?

Uma linguagem de programação

Um banco de dados

Um sistema operacional

Uma biblioteca gráfica da Microsoft

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual é a estrutura básica de um formulário em Windows Forms?

public Form1 : Form

public class Form1 : Form

public partial class Form1 : Form

private class Form1 : Form

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual controle é usado para entrada de texto?

Button

Label

TextBox

CheckBox

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual propriedade torna um controle invisível?

Visible

ForeColor

Enabled

BackColor

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

O que acontece quando um botão é clicado?

O texto muda

Um evento Click é acionado

O formulário é fechado

O controle é desativado

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Como você obtém o texto de um TextBox?

textBox1.GetText()

textBox1.Value

textBox1.Text

textBox1.Input

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Qual comando é usado para limpar um TextBox?

textBox1.Reset()

textBox1.Remove()

textBox1.Empty()

textBox1.Clear()

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?