Data Manipulation- Strings, DataTables

Data Manipulation- Strings, DataTables

University

6 Qs

quiz-placeholder

Similar activities

Round Pulmonary Edema

Round Pulmonary Edema

4th Grade - Professional Development

5 Qs

Python For All

Python For All

University

10 Qs

java-basics

java-basics

University

10 Qs

DAY 22 MySQL: Constraints, Normalization (9th JULY 24)

DAY 22 MySQL: Constraints, Normalization (9th JULY 24)

University

10 Qs

PHP BASIC

PHP BASIC

University

10 Qs

INTRODUCTION TO MYSQL

INTRODUCTION TO MYSQL

University

10 Qs

Digital Mindfulness

Digital Mindfulness

University

10 Qs

Email Etiquette

Email Etiquette

University

10 Qs

Data Manipulation- Strings, DataTables

Data Manipulation- Strings, DataTables

Assessment

Quiz

Professional Development

University

Medium

Created by

Valai Ganesh

Used 5+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • Ungraded

Your Mindset Right now

Media Image
Media Image
Media Image
Media Image

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following activities would you choose to dance through all the rows of a data table?

While

Join Data Tables

For Each Row

For Each

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following activities can be used to read an entire sheet from an Excel file?

Read Range

Read Cell

Get Table Range

None of the above

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What's the coolest way to save a data table to a string variable?

Output Data Table

Merge Data Table

Generate Data Table

Write Range

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What will the following expression return? is String.Format("{1}is {0}","home","John","far away","1","0") Choose one of the options below

"John is far away"

"John is home"

"Home is far away"

"1 is 0"

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct way to combine the string variable 'Username' with the string ' is online'?

'Username' + ' is online'

Username + ' is online'

Username + is online

None of the above