Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Please help me with the questions below. Previous answers I used were wrong. I listed question 5,6,9,10 and 14. The answer for question 6, the

Please help me with the questions below. Previous answers I used were wrong. I listed question 5,6,9,10 and 14.
image text in transcribed
image text in transcribed
The answer for question 6, the answer I checked before was Option 5 but it was wrong.
image text in transcribed
For question 9, the answer I checked before was option A but it was wrong.
image text in transcribed
The previous answer was option A but it was wrong.
image text in transcribed
image text in transcribed
For question 14, my previous answer was Option B but it was wrong.
QUESTION 5 Which of the following follow proper naming conventions for.naming a variable? (You may select more than one answer) intValue value# 1 cntOfStudents counter AVALUE QUESTION 6 Using the following program segment: Line 1 Line 2 using System; using static System.Console; namespace Exercisel Line 3 Line 4 Line 5 class Problem2 Line 7 Line 8 Line 9 Line 10 Line 11 Line 12 Line 13 Line 14 Line 15 Line 16 static void Main() Write("Go Write("Forth "); WriteLine("and DO"): Write("Awesome "); Write("Stuff!") 0 0 ldentify all line number(s) where namespaces identifiers are found? O 1,2 O 1,2, 3 O 1,2,3,5 O 1,2,3, 5,7 QUESTION 9 Using the following program segment: Line 1 Line 2 Line 3 Line 4 Line 5 Line 6 Line 7 Line 8 Line 9 Line 10 Line 11 Line 12 Line 13 Line 14 Line 15 Line 16 Identify all line number(s) where user-defined identifiers are found? using System; using static System.Console; namespace Exercisel class Problem2 static void Main() Write("Go) Write( Forth ) WriteLine("and DO") Write(" Awesome"): Write( Stuff!"): 7, 9, 10, 11, 12, 13 O 3, 5 O 1,2,3, 5, 7 O 1, 2, 3,5 3 QUESTION 10 Using the following program segment: Line 1 using System; using static System.Console; namespace Exercisel Line 2 Line 3 Line 4 Line 5 Line 6 Line 7 Line 8 Line 9 Line 10 Line 11 Line 12 Line 13 class Problem2 static void Main() Write("Go ") Write( Forth "); WriteLine("and DO") Write("Awesome"): Write("Stuff!"); Line 14 Line 15 Line 16 Identify all line number(s) where class identifiers are found? O 2,3, 5,7 O 1, 2,5 O 2,5 QUESTION 14 What is produced when you run the following application? Line 1 using System using static System.Console namespace Exercisel Line 2 Line 3 Line 4 Line 5 Line 6 class Problem2 Line 7 Line 8 Line 9 Line 10 Line 11 Line 12 Line 13 Line 14 Line 15 Line 16 static void Main() Write("Go ") Write("Forth "); WriteLine("and DO"); Write("Awesome") Write("Stuffl") O Go Forth and DO Awesome Stuff! Go Forth and DO Awesome Stuff Go Forth and DO Awesome Stuff Go Forth and DO Awesome Stuffl Go Forth O and Do Awesome Stuffl

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions