Page 119 - PortGPT_V2.1_C7_Flipbook
P. 119
Worksheet 2
(Based on chapters 6 to 8)
Tick ( ) the correct option.
1. Which of the following setting helps to define the quality of the video file?
(i) Resolution (ii) Aspect ratio
(iii) Frame Rate (iv) Media Library
2. Which of the following is the place where imported videos, images, and audio files appears?
(i) Project Settings (ii) Preferences
(iii) Media Library (iv) All of these
3. What will be the output of the following code:
y = 100
if y > 50:
print("y is greater than 50")
(i) y is greater than 50 (ii) 100 is greater than 50
(iii) 50 is greater than y (iv) None of these
4. Which of the following are cloud storage service providers?
(i) Zoom (ii) Google Play Store
(iii) Google Drive (iv) All of these
5. Which of the following is not a type of cloud services?
(i) Public cloud (ii) Gaming cloud
(iii) Hybrid cloud (iv) All of these
6. What will be the output of the following code if x = 4:
if (x % 2) == 0:
print("x is even")
else:
print("x is odd")
(i) x is even (ii) x is odd
(iii) Both (i) and (ii) (iv) None of these
7. Which of the following is not an example of computer vision?
(i) self driving cars (ii) voice assistants
(iii) security & surveillance (iv) All of these
Worksheet 2 117

