Data Manipulation- Strings, DataTables

Data Manipulation- Strings, DataTables

University

6 Qs

quiz-placeholder

Similar activities

Protecting Students Online

Protecting Students Online

KG - University

10 Qs

Quiz - Version Control with Git and GitHub

Quiz - Version Control with Git and GitHub

University

10 Qs

Oracle

Oracle

University

5 Qs

JetPack Compose

JetPack Compose

University

10 Qs

Epic Fortnite made by epic Epic Games

Epic Fortnite made by epic Epic Games

KG - Professional Development

8 Qs

Career in DS

Career in DS

KG - Professional Development

10 Qs

PHP BASIC

PHP BASIC

University

10 Qs

Digital Mindfulness

Digital Mindfulness

University

10 Qs

Data Manipulation- Strings, DataTables

Data Manipulation- Strings, DataTables

Assessment

Quiz

Created by

Valai Ganesh

Professional Development

University

2 plays

Easy

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