📚 Все вопросы
Вопросы по дисциплине: Технология программирования Сбросить фильтр
Вопрос Действия
461 Read the chief accountant’s monologue below and answer a question related to his work.   As a chief accountant, I rely on a powerful software solution widely used in the CIS region that simplifies my work and streamlines the financial operations of our organization. This tool enables me to efficiently manage our enterprise resource planning and accounting systems, ensuring accuracy and reliability in our financial records. With its extensive features, I can effortlessly handle multiple business processes, from payroll management to inventory control.   The tool offers robust reporting capabilities, allowing me to generate detailed financial statements and analyze our company's performance. Its intuitive interface and user-friendly design make navigation a breeze, saving me valuable time and effort. Additionally, it seamlessly integrates with other software applications, facilitating data exchange and enhancing collaboration across departments. Thanks to this invaluable tool, I can confidently oversee our financial operations and ensure compliance with regulations in Russia.   What software application does the speaker use?   Открыть
462 Read the following dialogue X substitutes a piece of hardware. Answer the question related to the dialogue using one word only.   Person A: Hey, I've been experiencing some issues with my computer lately. The screen keeps shutting down randomly without any warning or error messages. Any idea what could be causing it? Person B: Hmm, that sounds frustrating. Let's try to narrow it down. Have you noticed any other unusual behavior or error indicators? Person A: Not really, everything else seems to be working fine. It's just the screen that shuts down abruptly. Person B: Okay, let's think about the hardware components involved. It could be related to the power supply, graphics card, or even the X. Since you mentioned the screen specifically, I'm inclined to suspect it's more likely a problem with the X. Person A: That makes sense. But how could the X be causing the screen to shut down? Person B: Well, the X handles all the calculations and instructions necessary for the computer to function. If there's an issue with the X, it may result in overheating or instability, which could trigger a shutdown as a protective measure. Person A: Ah, I see. That could explain the sudden screen shutdowns. So, what steps should we take next? Person B: Firstly, we can monitor the temperature of your X using specialized software. If it's running too hot, it might indicate an issue with the cooling system. We can also update the X drivers and check for any firmware updates. If the problem persists, it might be worth considering professional assistance or contacting the manufacturer. Person A: Great, thanks for your help. I'll start by monitoring the X temperature and checking for updates. Hopefully, we can pinpoint and resolve the issue soon. Person B: You're welcome! Good luck, and feel free to reach out if you need further assistance. Let's get your computer back to its optimal state!   Question: What does X stand for? Открыть
463 Read the following CV of a programmer. Use 1-2 words to answer the question at the end of the CV:   Curriculum Vitae   Name: Ivan Ivanov Email: ivanoff@example.com Phone: +7 (555) 123-4567 Location: Voronezh, Russia   Summary: Experienced and dedicated, with a passion for creating immersive and engaging experiences. Proficient in multiple programming languages and platforms, adept at problem-solving and collaborating in a team environment. Strong knowledge of development principles in my special field, including graphics rendering, physics simulations, and mechanics. Committed to delivering high-quality products that captivate and entertain.   Education: Bachelor of Science in Computer Science Synergy University of Moscow Graduation: May 20XX   Technical Skills: - Programming Languages: C++, C#, Python, Java - Game Engines: Unity, Unreal Engine - Graphics Programming: OpenGL, DirectX - Scripting: Lua, JavaScript - Version Control: Git - 3D Modeling and Animation: Blender, Maya - Sound Design: FMOD, Wwise - Game Development Tools: Visual Studio, IntelliJ IDEA   Professional Experience:   Middle developer | XYZ Studios St Petersburg, Russia | June 20XX - Present - Collaborate with a multidisciplinary team to develop and deliver AAA game titles. - Design and implement gameplay mechanics, character controls, and AI systems using Unity and C#. - Create and optimize game systems, including physics simulations, rendering pipelines, and asset management. - Work closely with artists and designers to integrate assets, animations, and audio into the game engine. - Debug and optimize code to improve performance and ensure smooth gameplay experience. - Participate in code reviews, provide constructive feedback, and contribute to improving development processes.   Intern | ABC Studio Los Angeles, CA | Summer 20XX - Assisted in the development of a mobile project using Unity and C#. - Implemented certain features, UI elements, and mechanics based on design specifications. - Conducted testing and debugging to identify and resolve issues, ensuring a polished user experience. - Collaborated with artists and designers to integrate art assets, animations, and sound effects.   Projects:   "Epic Quest" (PC, mobile) - Led a team of programmers to develop a 3D simulator using Unreal Engine and C++. - Implemented player controls, character interaction systems, and enemy AI, resulting in fluid and engaging experience. - Collaborated with artists to create visually stunning environments and character models.   "Galactic Wars" (Mobile, iOS, Android) - Developed a real-time space shooter using Unity and C#. - Designed and implemented networking systems for seamless multiplayer functionality. - Optimized game performance for smooth gameplay experience on mobile devices.   Additional Information:   - Strong problem-solving and debugging skills to identify and resolve technical issues efficiently. - Excellent communication and teamwork abilities, with experience collaborating in cross-functional teams. - Active member of game development communities and regular participant in game jams and hackathons. - Continuously learning and exploring new technologies and techniques in my special field.   References: Available upon request.   Question: What does the given programmer specialize in? Открыть
464  Какой вывод будет у данного кода? def swap_words(string):         lst = string.split(' ')         lst.reverse()         return ' '.join(lst)     if __name__ == '__main__':     print(swap_words('идет снег'))     print(swap_words('идет снег давно'))   Открыть
465 Вам дана задача. Создать класс с названием Dog. При создании экземпляра класса Dog должна быть возможность присвоить значение свойству name. Какой вариант кода будет правильным, чтобы после создания экземпляра, вы также могли получить значение свойства name? Открыть
466 Почему этот код выдаст ошибку?:   print(int(True) // float(False))   Открыть
467 Содержание HTML-элемента p id="demo" This is a demo text. /p изменит следующий код … Открыть
468 После выполнения кода на языке JavaScript (см. ниже), атрибут checked будет равен … let input = document.createElement("input") input.type = "checkbox" input.setAttribute("checked","checked") Открыть
469 … передачи данных – это правила передачи данных между узлами компьютерной сети. Открыть
470 … – это лицо (физическое или юридическое), заинтересованное в выполнении исполнителем работ, оказании им услуг или приобретении у продавца какого-либо программного продукта Открыть