structured data vs unstructured data

structured data vs unstructured data

4th Grade

5 Qs

quiz-placeholder

Similar activities

Mcyt real names

Mcyt real names

KG - 12th Grade

9 Qs

Sidemen (troops)

Sidemen (troops)

KG - Professional Development

10 Qs

Data Representation - Instructions

Data Representation - Instructions

3rd - 12th Grade

10 Qs

DATA HANDLING

DATA HANDLING

KG - University

10 Qs

Programming - Arrays

Programming - Arrays

2nd - 12th Grade

10 Qs

Introduction to Data Structure

Introduction to Data Structure

1st - 10th Grade

10 Qs

2.2 EOU Quiz

2.2 EOU Quiz

1st Grade - Professional Development

10 Qs

Postest Struktur data

Postest Struktur data

1st - 5th Grade

10 Qs

structured data vs unstructured data

structured data vs unstructured data

Assessment

Quiz

4th Grade

Medium

Created by

Mr Coe

Used 29+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Select the type of data that can be Structured easily ?

Date Of Birth

Profile Photo

Screenshots

directions to the shops

2.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Why must the format of the data be constant ?

So it looks neat

To enable easy sorting

3.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Select the unstructured data

Name

shipping time

Price of product

Product description

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

1+1+1+1*0+1 =

4

5

1

0

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

how do you create a 2D array in python ?

data = ["dave"]["steve"]["tom"]

data = ["dave" , "steve" , "tom"]

data = [["dave",22],["steve",21], ["tom",26]]

data = array(dave,steve,tom)