Physical Address
304 North Cardinal St.
Dorchester Center, MA 02124
Welcome to your introduction to COBOL!
This introductory COBOL course helps a novice learn the Structure of COBOL programs, Data types & Variable Handling, Intrinsic Functions, Branching logic and more. The goal of the course is to enable the participant to be able to write basic COBOL programs. This is a fantastic compliment to the IBM z/OS Practitioner path for the IBM Mainframe.
On successful completion of this course, learners are eligible to earn their ‘Learning COBOL Programming with VSCode’ badge.
Catch the COBOL Fridays webinar series replays – these webinars were curated for first-time programmers, life-long learners, and anyone interested in learning COBOL.
Get ready to dive into some actual COBOL!
Course duration- Approx 16 hours
Q1. The B in COBOL stands for:
Q2. What implementation of COBOL typically runs on IBM Z Mainframe computers?
Q1. Vertical lines in your COBOL editor are called:
Q2. The bar across the top of your editor that shows information about where in the code you are currently positioned is called the:
Q3. VS Code gives us some nice features that will help in writing code. Which of the following is NOT one of those features?
Q1. Columns 8-11 make up what section of a COBOL line of code?
Q2. What division of a COBOL program would you put your name in, if you wanted other programmers to see who created it?
Q1. Which COBOL construct encapsulates the highest number of other constructs?
Q2. A period at the end of COBOL statements is a ___________ scope terminator
Q1. Which of the following is NOT a valid Data Name?
Q2. What can we tell about a variable defined as a PIC 9(5)?
Q1. When you’re running COBOL on a mainframe, you run it by submitting the ________
Q2. MOVE and COMPUTE go into what division?
Q1. What clause is used to describe a data set source file?
Q2. The SELECT and ASSIGN clauses go into which division?
Q3. In the JCL, what does the DD statement help define?
Q1. What construct do we use to perform an action one or multiple times in COBOL?
Q2. What line of code is used to cease use of the ACCT-REC file after we’re done with it?
Q3. In the example, why would LASTREC = Y?
Q1. A loop in program structure is sometimes referred to as a:
Q2. What style of programming creates objects, methods, and instances?
Q1. In COBOL, which section of columns musta paragraph start in?
Q2. Where should a paragraph be written in order for it to be called?
Q3. If we wanted to PERFORM a series of paragraphs, in order, and then return after performing a specific paragraph, we could use what?
Q1. Variables that will get used by the program being called go into what section?
Q2. To specify those variables when we invoke the called program’s logic, we use what phrase?
Q1. The File Descriptor (FD) goes within what paragraph of the Input-Output Section?
Q2. We can define how the fields of data are structured by defining the ________
Q1. Which of the following is NOT a type of COBOL conditional expression?
Q2. A Conditional Name needs to be declared with a _____-level number
Q3. What type of statement is best suited for handling more than two paths of code logic, like a menu with sub-menu items?
Q1. What characters do we use to indicate an exponential operation?
Q2. What can an arithmetic expression NOT start with?
Q3. If we say COMPUTE X Y Z = 2 + 2 + 6, what will happen?
Q1. COMP-1and COMP-2 are both what type of numerical representation?
Q2. COMP-3 uses what type of numerical representation?
Q3. When it comes to character representation, you can use ASCII or _______
Q1. The most recent version of COBOL (as of 2020) has how many Intrinsic Functions?
Q2. You can turn a YYYYMMDD-formatted date into a count of days since January 1st1601 using the _____________ Intrinsic Function.
I hope this Learning COBOL Programming with VSCode IBM Quiz Answers would be useful for you to learn something new from this problem. If it helped you then don’t forget to bookmark our site for more Coding Solutions.
This Problem is intended for audiences of all experiences who are interested in learning about Data Science in a business context; there are no prerequisites.
Keep Learning!
More Coding Solutions >>