当前位置:网站首页>Children's programming electronic society graphical programming level examination scratch level 1 real problem analysis (judgment question) June 2022
Children's programming electronic society graphical programming level examination scratch level 1 real problem analysis (judgment question) June 2022
2022-07-25 21:52:00 【Rabbit programming】

2022 year 6 month scratch True question of level 1 of programming grade examination
Judgment questions ( common 10 topic , Each question 2 branch , common 20 branch )
26、 The list of stage backgrounds is shown in the following figure , From the background 1 Switch to a Woods background , Use “ Next background ” Building blocks and “ Switch to Woods background ” Building blocks can be achieved

answer : Yes
Test point analysis : Check the stage background ,Woods The background happens to be in the background 1 So we use “ Next background ” and “ Switch to Woods background ” Can be realized , The answer right
27、 You can only change the coordinates of the character by building blocks and dragging the character
answer : wrong
Test point analysis : Check the role coordinate settings , stay scratch You can drag the position of the character on the stage with the mouse 、 Drag the coordinate block and modify the character property panel x and y Modify the coordinate value , So the mistake
28、 The hen has the following two shapes , After performing the following procedure , The hen's head is to the right
边栏推荐
- ORIGYN基金会正式启动$OGY Staking,引领新一轮生态利好
- Research on the scheme of MySQL advanced (VIII) sorting problem
- GPON introduction and Huawei OLT gateway registration and configuration process
- 【面试:并发篇24:多线程:综合练习】顺序控制
- ES6 -- Deconstruction assignment
- Tesseract OCR初探
- Create files, file permissions, ownership, and sticky bits
- 【leetcode天梯】链表 · 021 合并两个有序链表
- mysql8.0 mha实现高可用《mha》
- What are the application characteristics of NTU general database gbase Bi?
猜你喜欢

【Redis底层解析】字符串类型

ansible+Crontab批部署巡检

Shopify sellers: share some tips for social media marketing!

Creation and destruction of function stack frames

FAW red flag "King fried" is listed, which is safe and comfortable

Performance debugging -- chrome performance

NVIDIA has opened source a comprehensive library of 3D deep learning based on pytorch

Byte side: can TCP and UDP use the same port?

PE格式: 分析IatHook并实现
![[hand torn STL] unordered_ set、unordered_ Map (encapsulated with hash table)](/img/33/08f7b72ce99e07821a1f4b6e594e13.png)
[hand torn STL] unordered_ set、unordered_ Map (encapsulated with hash table)
随机推荐
How to evaluate hardware resources (number of CPUs, memory size) when Oracle migrates from small computers to x86 architecture? Is there a measurement index or company?
CNN structural design skills: taking into account speed accuracy and engineering implementation
狗粮的成分
Special class design
[leetcode ladder] linked list · 876 find the middle node of the linked list
Redis 使用详解
我也是醉了,Eureka 延迟注册还有这个坑!
Lichuang EDA -- creation of devices 01 resistance (II)
Unity Metaverse(二)、Mixamo & Animator 混合树与动画融合
如何快速搭建图片服务器[通俗易懂]
【leetcode天梯】链表 · 021 合并两个有序链表
卸载npm和安装npm_使用`npm uninstall`卸载npm软件包「建议收藏」
919. 完全二叉树插入器 : 简单 BFS 运用题
LeetCode_ 93_ Restore IP address
【面试:并发篇23:多线程:join】join再理解
NVIDIA has opened source a comprehensive library of 3D deep learning based on pytorch
C#Socket
Pyqt5 use pyqtgraph to draw multiple y-value scatter plots
Configuration and use of multithreading
如何用 Redis 实现分布式锁的?