Topic 8-Lesson 1: Reading data from an Excel sheet using Visual

Topic 8-Lesson 1: Reading data from an Excel sheet using Visual

11th Grade

8 Qs

quiz-placeholder

Similar activities

Unit 2 Quiz - Bootstrap: Algebra

Unit 2 Quiz - Bootstrap: Algebra

6th - 12th Grade

11 Qs

Python Programming Basics

Python Programming Basics

7th - 11th Grade

12 Qs

Programming - Arrays

Programming - Arrays

2nd - 12th Grade

10 Qs

Python

Python

10th - 11th Grade

10 Qs

Lesson 4 | Input Functions and Type Coercion

Lesson 4 | Input Functions and Type Coercion

9th - 12th Grade

9 Qs

Strings

Strings

10th - 11th Grade

10 Qs

Project-Stem Unit 1 python coding

Project-Stem Unit 1 python coding

9th - 12th Grade

12 Qs

Python Data Types

Python Data Types

9th - 12th Grade

10 Qs

Topic 8-Lesson 1: Reading data from an Excel sheet using Visual

Topic 8-Lesson 1: Reading data from an Excel sheet using Visual

Assessment

Quiz

Computers

11th Grade

Hard

Created by

sherin mansour

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1- The return value from the function : “GetDatafromExcelSheet (FilePath As String,

sql As String) As DataTable” is of type String(................).

True

False

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

2- The announcement of a Function is done by using the word "Sub“.(................).

True

False

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

3- You can create a variable of type (DataTable) in-memory ; in which we store data

that were brought from the data file.(................).

True

False

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

4- The function "GetDataFromExcelSheet" has three operands (................).

True

False

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

5- Variable of type ( OleDbConnection) is used in closing the communication channel

that has been opened (................).

True

False

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

6- You can use a variable of type (OleDbCommand) for the purpose of opening a

channel of communication with the data file (................).

True

False

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

7- We declare variables using the word (dim) (................).

True

False

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

8- To open a code window we press the…………key

a- F5

b- F7

c- F2