+923132835245
safcodeinstitute@gmail.com
Online Quiz
10000+ Questions!
Students Works
Ideas & Topics!
Live Coding
HTML & CSS
Home
(current)
About
Courses
CIT
Web Designing
Graphic Designing
Web Development
Digital Marketing
WordPress + SEO
Artificial Intelligence (AI)
Shopify + WordPress Development
Tutorials
Feedback
Programming Notes
Softwares
Contact
Test Your Programming Skills with Safcode!
Here is all important interview / exams questions.
Student doing practice apptitude test on safcode platform.
Instruction: "Total Number of Questions: 20
Each question carry 10 mark , no negative marking"
Quiz Start
1. To Create Mutable Object __ Is Used?
None of them
Both A & B
let
var
View Answer
2. Which of the following will be executed, if no matches occur in switch statement?
break
switch
default
continue
View Answer
3. _________ are a collection of different values of the same type in an unorder list.
Groups
Values
Collections
Sets
View Answer
4. Which of the following is incorrect data type in swift?
Double
UInt
Optional
Char
View Answer
5. Which method is used to check if a value in a set?
exists()
contains()
includes()
excludes()
View Answer
6. Which of the following is the default access level of an object?
File Private
Public
Internal
Private
View Answer
7. _________ are collection of key-value pairs, where all keys are of same type and all values are of same type.
Dictionaries
Properties
Arrays
Classes
View Answer
8. To use a function we call that function name with its name and what will be passed as input values?
Arguments
variables
Expressions
parameters
View Answer
9. The building blocks using object, variables and structures are known as _______
properties
objects
methods
classes
View Answer
10. Which of the following will be executed. If no matches occurs in switch statement?
Continue
Default
Case 0
Break
View Answer