Home > MCQs > IT & Programming > Objective C MCQs

Objective C MCQ

The ideal official site for Objective C MCQ questions and answers is Quizack. The well-written questions cover a variety of subjects. Clear and short explanations are provided.

For those who wish to brush up on their Objective C knowledge, Quizack is a great resource. It is also a fantastic tool for teachers who wish to evaluate their pupils' language proficiency.

We appreciate you selecting Quizack!

Objective C Quick Quiz

Question 1 of 10
  • what does this code produce? [NSString] *myString = @"Hello World";

    Answer & Explanation

    Correct Answer: An Error during compile

    Note: This Question is unanswered, help us to find answer for this one

  • how can we return multiple values from function?

    Answer & Explanation

    Correct Answer: tuple

    Note: This Question is unanswered, help us to find answer for this one

  • What does ARC stand for?

    Answer & Explanation

    Correct Answer: Automatic Reference Counting

    Note: This Question is unanswered, help us to find answer for this one

  • What framework is KVO (key value observing) a part of?

    Answer & Explanation

    Correct Answer: Foundation

    Note: This Question is unanswered, help us to find answer for this one

  • To display some web page, Apple provides a predefined class called:

    Answer & Explanation

    Correct Answer: UIWebView

    Note: This Question is unanswered, help us to find answer for this one

  • Which of the following is true?

    Answer & Explanation

    Correct Answer: “assign” property attribute stores a direct pointer without any “retain” / “release” calls

    Note: This Question is unanswered, help us to find answer for this one

  • Which of the following is a valid property name of the NSException class?

    Answer & Explanation

    Correct Answer: “userInfo”

    Note: This Question is unanswered, help us to find answer for this one

  • True or False? You should use NSHost when connecting to a specific host.

    Answer & Explanation

    Correct Answer: False (You should use CFHost)

    Note: This Question is unanswered, help us to find answer for this one

  • What are categories used for?

    Answer & Explanation

    Correct Answer: To extend other classes

    Note: This Question is unanswered, help us to find answer for this one

  • Which of the following is the fastest?

    Answer & Explanation

    Correct Answer: Mutex implicit locking

    Note: This Question is unanswered, help us to find answer for this one

  • Objective C Quick Quiz

    battery

    Poor Results!

    You need a lot of improvement.

    Just don't give up!

    Correct Answers: 0/10

    Start Practicing with our MCQs given below.