gs gs108 Reflections, Multithreaded Programming, Collection Classes and Mathematical Functions - Collection Classes - Quiz No.1

gs gs108 CSharp Quiz

Online Quizzes Preparation

This quiz belongs to book/course code gs gs108 CSharp of gs organization. We have 110 quizzes available related to the book/course CSharp. This quiz has a total of 10 multiple choice questions (MCQs) to prepare and belongs to topic Reflections, Multithreaded Programming, Collection Classes and M. NVAEducation wants its users to help them learn in an easy way. For that purpose, you are free to prepare online MCQs and quizzes.

NVAEducation also facilitates users to contribute in online competitions with other students to make a challenging situation to learn in a creative way. You can create one to one, and group competition on an topic of a book/course code. Also on NVAEducation you can get certifications by passing the online quiz test.

Question 4: Which statement is correct in the following C#.NET code snippet?

 Stack st = new Stack(); st.Push("Csharp"); st.Push(7.3); st.Push(8); st.Push('b'); st.Push(true); 
Question 5: Which is the correct statement about an ArrayList collection that implements the IEnumerable interface?
Question 6: Which among the following is the correct way to access all the elements of the Stack collection created using the C#.NET code snippet given below?

 Stack st = new Stack(); st.Push(10); st.Push(20); st.Push(-5); st.Push(30); st.Push(6);
Question 7: The correct code to access all the elements of the queue collection created using the following C#.NET code snippets?

 Queue q = new Queue(); q.Enqueue("Harsh"); q.Enqueue('a'); q.Enqueue(false); q.Enqueue(70); q.Enqueue(8.5); 
Question 8: Which statements among the following are correct about the Collection Classes available in Framework Class Library?
Question 10: Which among the given statements are correct about the Stack collection?


Online Quizzes of gs108 CSharp

Other LANG related online quizzes

Other categories of gs Online Quizzes

Other organizations

Theme Customizer

Gaussian Texture



Gradient Background