ICT G9 Revision Quiz

ICT G9 Revision Quiz

9th Grade

55 Qs

quiz-placeholder

Similar activities

Digital Media II Final Study Guide

Digital Media II Final Study Guide

9th - 12th Grade

50 Qs

2nd Hour Business Tech - 22/23 Business Tech Mid-Term

2nd Hour Business Tech - 22/23 Business Tech Mid-Term

9th - 12th Grade

60 Qs

Preparing for MTA Certification

Preparing for MTA Certification

KG - University

60 Qs

Digital Design Midterm

Digital Design Midterm

9th - 12th Grade

50 Qs

Access

Access

8th - 11th Grade

51 Qs

VIDEO EDITING REVIEW

VIDEO EDITING REVIEW

7th Grade - University

50 Qs

Cascading Style Sheets

Cascading Style Sheets

9th - 12th Grade

50 Qs

Introduction to Cascade Style Sheets Technology

Introduction to Cascade Style Sheets Technology

9th - 12th Grade

50 Qs

ICT G9 Revision Quiz

ICT G9 Revision Quiz

Assessment

Quiz

Computers

9th Grade

Hard

Created by

Hala Ahmed

FREE Resource

55 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Write the suitable control tool for each of: Making a dropdown list of elements to select one of them. Containing a group of controls that have the same function. Inputting text data by the user while running the program. Shows a list of items. The program user selects one alternative only.

ComboBox

GroupBox

TextBox

ListBox

RadioButton

2.

OPEN ENDED QUESTION

3 mins • 1 pt

Complete the following sentence using the given code: The property Text… of control tool …Label1……. is set to value ……جمهورية مصر العربية………………..

Evaluate responses using AI:

OFF

3.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Write name of property which does the following functions: 1 Checked It shows whether RadioButton has been chosen or not. 2 SelectionMode It defines whether it is possible to choose one item or more shown in the ListBox. 3 MaxLength It defines the maximum number of letters which can be inserted in the Textbox. 4 BorderStyle Choosing the Border Style of the Label.

Checked

SelectionMode

MaxLength

BorderStyle

4.

OPEN ENDED QUESTION

3 mins • 1 pt

Read this Part of code and then answer the questions: Private Sub Button1_Click (ByVal sender As system.Object, ByVal e As System.EventArgs) Handles Buttonl.Click Button1.Text ="sum" End Sub The procedure name is ……Button1_click……… The name of tool property is ……Text………… The purpose of procedure is: …show text "sum" on the Button1 face when button1 clicked…… The name of control tool is ……Button1……….

Evaluate responses using AI:

OFF

5.

OPEN ENDED QUESTION

3 mins • 1 pt

Match the suitable sentence in column (A) with column (B): No A answer B 1 MultiLine 3 Used to change placing (Button) on the form. 2 Problem 5 It is a tool to insert data during programme runtime. 3 Location 4 A set of procedures arranged logically for solving a specific problem. 4 Algorithm 1 Takes the value (True) or (False). 5 TextBox 2 An objective you want to achieve. 6 WindowState Property 7 That can occur to the object. 7 Events mean 8 The names of controls on the Form. 8 The Class Name menu display 9 a diagram that uses standard graphical symbols. 9 Flowcharts 6 Define the State of Form window.

Evaluate responses using AI:

OFF

6.

OPEN ENDED QUESTION

3 mins • 1 pt

What is the result of the following codes? Label1.text = "تحيا مصر " The text appear on lalbel1 face is "تحيا مصر" Listbox1.sorted = True The items inside listbox1 is arranged alphabetically Label3.Autosize = True The size of label3 will change automatically according to the text. Button3.forecolor = color.red The text written on Button3 face will be red Button2.Text = "Welcome" The text written on Button2 face is "Welcome"

Evaluate responses using AI:

OFF

7.

OPEN ENDED QUESTION

3 mins • 1 pt

Rewrite the following sentences after correcting the underlined words: 1. Program documentation is one of the stages of problem solving and is intended to determine the required outputs, available inputs and required processes. 2. ComboBox is used to contain control tools of same function on the Form. 3. Visual Basic.Net is object oriented because its commands and are executed when a specific event occurs. Properties: is a procedure that contains code to be executed when the associated event occurs. 5-To open the code window using the keyboard press F5

Evaluate responses using AI:

OFF

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?