基本信息
文件名称:计算机编程挑战题目及解答指南.docx
文件大小:39.61 KB
总页数:12 页
更新时间:2025-09-17
总字数:约3.35千字
文档摘要

第PAGE页共NUMPAGES页

计算机编程挑战题目及解答指南

一、选择题(每题2分,共10题)

题目

1.下列哪个不是Python中的数据类型?

A.int

B.float

C.string

D.boolean

2.在JavaScript中,如何声明一个常量?

A.varconstValue=5;

B.constconstValue=5;

C.letconstValue=5;

D.constantconstValue=5;

3.C++中,哪个关键字用于定义类?

A.struct

B.class

C.interface

D.e