images

images

University

7 Qs

quiz-placeholder

Similar activities

DEK & Filplast Quiz 2

DEK & Filplast Quiz 2

1st Grade - Professional Development

12 Qs

Chapter 2: Recognizing Opportunities and Generating Ideas (L3)

Chapter 2: Recognizing Opportunities and Generating Ideas (L3)

University

11 Qs

Teks Eksplanasi

Teks Eksplanasi

3rd Grade - University

10 Qs

PROYEKSI GAMBAR BANGUNAN

PROYEKSI GAMBAR BANGUNAN

University

10 Qs

Embodied Energy in Construction

Embodied Energy in Construction

University

12 Qs

Seru-seruan tentang AR ITB

Seru-seruan tentang AR ITB

University - Professional Development

10 Qs

Escalas

Escalas

University

10 Qs

dibujo 3D

dibujo 3D

University

10 Qs

images

images

Assessment

Quiz

Architecture

University

Easy

Created by

Emma Nagy

Used 1+ times

FREE Resource

7 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 1 pt

what class is an image?

double

uint8

cell

logical

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which of the following will index the green layer of an image?

img(:, :, 1)

img(:, :, 2)

img(:, :, 3)

none

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which of the following will index the blue layer of an image?

img(:, :, 1)

img(:, :, 2)

img(:, :, 3)

none

4.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

which of the following will index the yellow layer of an image?

img(:, :, 1)

img(:, :, 2)

img(:, :, 3)

none

5.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

which line of code indexes the bottom right quadrant of an image?

img(1:end/2,1:end/2,:)

img(1:end/2,end/2+1:end,:)

img(end/2+1:end,end/2+1:end,:)

img(end/2+1:end,1:end/2,:)

6.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

which line of code indexes the top left quadrant of an image?

img(1:end/2,1:end/2,:)

img(1:end/2,end/2+1:end,:)

img(end/2+1:end,end/2+1:end,:)

img(end/2+1:end,1:end/2,:)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

which line of code would make the image twice as tall?

imresize(img,[r,c*c])

imresize(img,[r,c*2])

imresize(img,[r*r,c])

imresize(img,[r*2,c])