C-15-Q102mediumsingle_mcq
For those new to programming, which language is recommended in this chapter?
For those new to programming, which language is recommended in this chapter?
- aAssembly
- bPython
- cCOBOL
- dSQL
ব্যাখ্যা
The chapter recommends Python for beginners because of its simple, readable syntax and line-by-line interpreted execution. This makes it easier to learn than low-level languages like Assembly.