Safcode Institute by Sir Safder
+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 Development
Amazon Virtual Assistant
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. Which of the following classes is used to encode a JSON string?
None of these
JSONDecoder
JSONEncoder
JSONString
View Answer
2. To Create Mutable Object __ Is Used?
let
None of them
var
Both A & B
View Answer
3. _________ are a collection of different values of the same type in an unorder list.
Groups
Sets
Values
Collections
View Answer
4. Which of the following will be executed. If no matches occurs in switch statement?
Case 0
Break
Default
Continue
View Answer
5. Which of the following is the default access level of an object?
Internal
Public
Private
File Private
View Answer
6. Which method is used to check if a value in a set?
exists()
excludes()
includes()
contains()
View Answer
7. The IDE used in swift is
XCODE
All of them
Dreamweaver
Swiftc
View Answer
8. How is an external parameter used with a function?
When calling the functions
When the parameter is used in the function body
None of these
When return value are not required
View Answer
9. IOS stands for?
Iphone Operating System
Internet Operating System
None of these
Internet Object Security
View Answer
10. Which of the following will be executed, if no matches occur in switch statement?
switch
break
default
continue
View Answer