+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. The IDE used in swift is
XCODE
Dreamweaver
All of them
Swiftc
View Answer
2. To use a function we call that function name with its name and what will be passed as input values?
Arguments
variables
parameters
Expressions
View Answer
3. First version of IOS released was _______
2007
2010
2005
2009
View Answer
4. _________ are collection of key-value pairs, where all keys are of same type and all values are of same type.
Dictionaries
Classes
Properties
Arrays
View Answer
5. Which of the following is the default access level of an object?
Internal
File Private
Private
Public
View Answer
6. Which of the following classes is used to encode a JSON string?
JSONDecoder
JSONEncoder
JSONString
None of these
View Answer
7. Lazy properties are declared by using the _________ keyword before the property declaration.
None of these
weak
Slow
Lazy
View Answer
8. Which of the following will be executed. If no matches occurs in switch statement?
Break
Continue
Case 0
Default
View Answer
9. IOS stands for?
None of these
Internet Operating System
Iphone Operating System
Internet Object Security
View Answer
10. Which method is used to check if a value in a set?
includes()
excludes()
contains()
exists()
View Answer